Skip to content

Instantly share code, notes, and snippets.

@siggiarni
Created May 8, 2015 16:13
Show Gist options
  • Save siggiarni/78edd1640c3d901eee38 to your computer and use it in GitHub Desktop.
Save siggiarni/78edd1640c3d901eee38 to your computer and use it in GitHub Desktop.
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