Skip to content

Instantly share code, notes, and snippets.

@honewatson
Last active March 13, 2019 02:10
Show Gist options
  • Save honewatson/1275c8bde9ced0aebc038e920b3af01d to your computer and use it in GitHub Desktop.
Save honewatson/1275c8bde9ced0aebc038e920b3af01d to your computer and use it in GitHub Desktop.
npm ERR! internalBinding is not defined

This can be a conflict with 'n' version of npm and /usr/local version of npm

rm /usr/local/bin/npm
ln -s ~/.node/bin/npm /usr/local/bin/npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment