Created
January 7, 2025 20:20
-
-
Save enimiste/bcae9999d19b357c52e8a52b0a1b2f3b to your computer and use it in GitHub Desktop.
Tips to use with nodejs v12 when getting errors with GYP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm install -g node-gyp | |
| export npm_config_node_gyp=/usr/local/lib/node_modules/node-gyp/bin/node-gyp.js | |
| rm -rf node_modules(if already there) | |
| npm install | |
| # Source : https://github.com/nodejs/node-gyp/issues/2144#issuecomment-703856503 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment