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

Cannot build web-ext in node 5.7.0 #117

Closed
kumar303 opened this issue Mar 7, 2016 · 4 comments
Closed

Cannot build web-ext in node 5.7.0 #117

kumar303 opened this issue Mar 7, 2016 · 4 comments

Comments

@kumar303
Copy link
Contributor

kumar303 commented Mar 7, 2016

It works fine in node 4.3.0 and under. I'm not sure what this error is about:

$ npm run build

> [email protected] build /Users/kumar/tmp/web-ext-trash/web-ext
> node -e "require('grunt').cli()" null build

Running "clean:dist" (clean) task
Warning: Cannot delete files outside the current working directory. Use --force to continue.

Aborted due to warnings.

npm ERR! Darwin 14.5.0
npm ERR! argv "/Users/kumar/.nvm/versions/node/v5.7.0/bin/node" "/Users/kumar/.nvm/versions/node/v5.7.0/bin/npm" "run" "build"
npm ERR! node v5.7.0
npm ERR! npm  v3.6.0
npm ERR! code ELIFECYCLE
npm ERR! [email protected] build: `node -e "require('grunt').cli()" null build`
npm ERR! Exit status 6
npm ERR!
npm ERR! Failed at the [email protected] build script 'node -e "require('grunt').cli()" null build'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the web-ext package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node -e "require('grunt').cli()" null build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs web-ext
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls web-ext
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/kumar/tmp/web-ext-trash/web-ext/npm-debug.log
@Mte90
Copy link

Mte90 commented Mar 8, 2016

I have node 5.7.1 and fixed in that way #118

@Mte90
Copy link

Mte90 commented Mar 8, 2016

Uhm I tried now and with 5.7.1 works

@kumar303
Copy link
Contributor Author

kumar303 commented Mar 8, 2016

I think it is maybe an npm bug

@kumar303
Copy link
Contributor Author

I think this was actually the same import bug as #183 . I'll close until someone else runs into it.

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