Created
April 6, 2016 01:30
-
-
Save notdol/0514820138736c8b18ca6f56ea6812fd to your computer and use it in GitHub Desktop.
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
Linux / OS X: | |
export npm_config_strict-ssl=false | |
npm install npm -g --ca=null | |
npm --version | |
unset npm_config_strict-ssl | |
Windows: | |
SETLOCAL | |
SET npm_config_strict-ssl=false | |
npm install npm -g --ca=null | |
npm --version | |
ENDLOCAL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment