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

Fix for all the install issues: #348

Closed
cekvenich opened this issue Feb 9, 2020 · 3 comments
Closed

Fix for all the install issues: #348

cekvenich opened this issue Feb 9, 2020 · 3 comments

Comments

@cekvenich
Copy link

So the root cause is: npm/cli#287

Fix till npm bug 287 is applied and new npm released, do this or similar before the install:

npm i -g node-gyp@latest
node-gyp -v

You may need to reopen shell so updated gyp shows up.

And then everything works fine. (No need to mess w/ python)

If your environment is already jacked then clean it up: https://stackoverflow.com/questions/11177954/how-do-i-completely-uninstall-node-js-and-reinstall-from-beginning-mac-os-x

@JoshuaWise If you make me temp committer, I'll close all the bugs related to this so we have one tracking bug, tracking npm.

@Prinzhorn
Copy link
Contributor

@cekvenich
Copy link
Author

@Prinzhorn It looks the same.

@JoshuaWise
Copy link
Member

Closing since it's already in the troubleshooting guide.

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

No branches or pull requests

3 participants