Skip to content

Instantly share code, notes, and snippets.

@enimiste
Created January 7, 2025 20:20
Show Gist options
  • Select an option

  • Save enimiste/bcae9999d19b357c52e8a52b0a1b2f3b to your computer and use it in GitHub Desktop.

Select an option

Save enimiste/bcae9999d19b357c52e8a52b0a1b2f3b to your computer and use it in GitHub Desktop.
Tips to use with nodejs v12 when getting errors with GYP
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