Created
June 5, 2017 12:42
-
-
Save eliot-akira/c5e8ccd0cd9068e6c311b127648096e9 to your computer and use it in GitHub Desktop.
Reinstall npm
This file contains 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
curl -SsL https://registry.npmjs.org/npm/-/npm-5.0.2.tgz | tar -xzf - | |
cd package | |
make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
May need to remove old symlinks (npm* and package.json) before reinstall: