-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Update node-gyp to v6.x #287
Comments
I had to update node-gyp dependency manually to 6.0.1 in one of our mac boxes to avoid the 'TypeError: cannot use a string pattern on a bytes-like object' error: |
Also breaks ranisalt/node-argon2#230 at least on MacOS |
I'm trying to install npm 6.13.4 with node-js 13.5.0 and ran into the same Python 3 issue reported in nodejs/node-gyp#1917 I'm installing both node-js and npm from source. I tried replacing
Am I doing something wrong? Very new to node, just need it as a dependency of a dependency. |
Hmm, looks like the version of sharp may need to be updated to support node.js 13: lovell/sharp#2005 |
Re node-gyp v5 and v6 and the suggestion here that this is caused by not having 6 (it's not, and it's not that simple): nodejs/node-gyp#1917 (comment) Also, you can help us fix this if you're experiencing this problem. See link. |
Posting here for anything troubleshooting installing deps without a pre-built binary available: |
This bug is causing issues in 3 upstream packages I use. And it is not just OSX, it is all of linux. Title should be updated to include linux. |
What / Why
When
Where
install
command)How
Current Behavior
Expected Behavior
Who
References
The text was updated successfully, but these errors were encountered: