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

Lighthouse fails to install on Windows due to [email protected] #3318

Closed
LCartwright opened this issue Sep 13, 2017 · 0 comments · Fixed by #3320
Closed

Lighthouse fails to install on Windows due to [email protected] #3318

LCartwright opened this issue Sep 13, 2017 · 0 comments · Fixed by #3320

Comments

@LCartwright
Copy link
Contributor

[email protected] is preventing npm install from completing successfully for lighthouse on Windows.

npm ERR! Windows_NT 10.0.15063
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! node v6.9.5
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE

npm ERR! [email protected] postinstall: `./bin/postinstall.sh`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script './bin/postinstall.sh'.
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 axe-core package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     ./bin/postinstall.sh
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs axe-core
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls axe-core
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     C:\dev\projects\lighthouse\npm-debug.log

Seems to be due to a shell script being used in the postinstall step, this is resolved in [email protected] which converts the shell script to node. See axe-core #516.

LCartwright pushed a commit to LCartwright/lighthouse that referenced this issue Sep 13, 2017
patrickhulce pushed a commit that referenced this issue Sep 13, 2017
* Bump axe-core to 2.4.1 Fixes #3318

* Bump yarn.lock for axe-core
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

Successfully merging a pull request may close this issue.

1 participant