Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parcel bulid error #196

Closed
ollieSk8 opened this issue Dec 11, 2017 · 6 comments
Closed

parcel bulid error #196

ollieSk8 opened this issue Dec 11, 2017 · 6 comments

Comments

@ollieSk8
Copy link

Choose one: is this a 🐛 bug report or 🙋 feature request?
this a 🐛 bug

😯 Current Behavior

i am run parcel bulid index.html -d build and the terminal show error

erver running at http://localhost:1234 🚨 Cannot find module '/Users/ollie/myspace/parcel/bulid' from '.' at /Users/ollie/.config/yarn/global/node_modules/browser-resolve/node_modules/resolve/lib/async.js:55:21 at load (/Users/ollie/.config/yarn/global/node_modules/browser-resolve/node_modules/resolve/lib/async.js:69:43) at onex (/Users/ollie/.config/yarn/global/node_modules/browser-resolve/node_modules/resolve/lib/async.js:92:31) at /Users/ollie/.config/yarn/global/node_modules/browser-resolve/node_modules/resolve/lib/async.js:22:47 at FSReqWrap.oncomplete (fs.js:166:21)

🌍 Your Environment

Software Version(s)
Parcel 1.1.0
Node 9.2.1
npm/Yarn yarn 1.3.2
Operating System mac os high sierra
@davidnagli
Copy link
Contributor

Try parcel bulid -d build index.html

@ollieSk8
Copy link
Author

@davidnagli

error angin

parcel bulid -d build index.html Server running at http://localhost:1234 🚨 Cannot find module '/Users/ollie/myspace/parcel/bulid' from '.' at /Users/ollie/.config/yarn/global/node_modules/browser-resolve/node_modules/resolve/lib/async.js:55:21 at load (/Users/ollie/.config/yarn/global/node_modules/browser-resolve/node_modules/resolve/lib/async.js:69:43) at onex (/Users/ollie/.config/yarn/global/node_modules/browser-resolve/node_modules/resolve/lib/async.js:92:31) at /Users/ollie/.config/yarn/global/node_modules/browser-resolve/node_modules/resolve/lib/async.js:22:47 at FSReqWrap.oncomplete (fs.js:166:21)

@davidnagli
Copy link
Contributor

Oh! You misspelled the word "build" 😇

 parcel build index.html -d build

@ollieSk8
Copy link
Author

@davidnagli

another error

parcel build index.html -d build 🚨 /Users/ollie/myspace/parcel/index.js: Cannot read property 'start' of undefined at module.exports (/Users/ollie/.config/yarn/global/node_modules/babel-to-estree/babylon-to-espree/attachComments.js:56:42) at module.exports (/Users/ollie/.config/yarn/global/node_modules/babel-to-estree/babylon-to-espree/index.js:35:3) at exports.toEstree (/Users/ollie/.config/yarn/global/node_modules/babel-to-estree/index.js:9:3) at module.exports (/Users/ollie/.config/yarn/global/node_modules/parcel-bundler/src/transforms/uglify.js:10:39) at <anonymous>

@davidnagli
Copy link
Contributor

That’s a known error :)

Please see #8

@ollieSk8
Copy link
Author

@davidnagli thx your patience

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants