Created
March 26, 2015 14:01
-
-
Save ohall/ee1b5d7e07df8ef9a5e9 to your computer and use it in GitHub Desktop.
Update NPM to latest version
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 --version #2.1.11 | |
| npm install -g npm@latest | |
| npm --version #2.7.3 | |
| # if npm ERR! UNABLE_TO_VERIFY_LEAF_SIGNATURE | |
| npm config set strict-ssl false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment