You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation fails with Node.js v12.16.3 and later
This is due to an upstream issue in the module that downloads prebuilds: tomas/needle#312. That issue will hopefully be fixed today, 20-May.
Workarounds:
Add request to your package.json. node-pre-gyp will automatically use that instead of needle.
Use an earlier version of Node.js
Build from source (see readme)
Thanks for the workarounds, that explains why this isn't an issue in another project I have with node-canvas. I use node-fetch in the project with the problem, but request in the project that does NOT have this problem. I'll sit tight and wait for the upstream fix.
Issue
Pre-built binaries not installing on Mac Mojave 10.14.6 with Node 12.16.3
Steps to Reproduce
Error Output
Environment
The text was updated successfully, but these errors were encountered: