Created
May 8, 2015 16:13
-
-
Save siggiarni/78edd1640c3d901eee38 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
Turn off certificate checking | |
$ npm config set strict-ssl false | |
Turn it back on | |
$ npm config set strict-ssl true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment