Skip to content

Instantly share code, notes, and snippets.

@eliot-akira
Created June 5, 2017 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eliot-akira/c5e8ccd0cd9068e6c311b127648096e9 to your computer and use it in GitHub Desktop.
Save eliot-akira/c5e8ccd0cd9068e6c311b127648096e9 to your computer and use it in GitHub Desktop.
Reinstall npm
curl -SsL https://registry.npmjs.org/npm/-/npm-5.0.2.tgz | tar -xzf -
cd package
make install
@eliot-akira
Copy link
Author

May need to remove old symlinks (npm* and package.json) before reinstall:

/usr/local/share/man/man1
/usr/local/share/man/man5
/usr/local/share/man/man7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment