We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Is this different from step 2? https://github.com/JoshuaWise/better-sqlite3/blob/40011d046040e4d456243ce57a9dee7b227b75d0/docs/troubleshooting.md
Sorry, something went wrong.
@Prinzhorn It looks the same.
Closing since it's already in the troubleshooting guide.
No branches or pull requests
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:
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.
The text was updated successfully, but these errors were encountered: