Skip to content

Instantly share code, notes, and snippets.

@seldo
Created March 1, 2014 02:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seldo/9283757 to your computer and use it in GitHub Desktop.
Save seldo/9283757 to your computer and use it in GitHub Desktop.
This fix is from Jico Baligod in the comments on here:
http://blog.npmjs.org/post/78085451721/npms-self-signed-certificate-is-no-more
(apologies for being unable to permalink directly to the comment)
------
In CircleCI, you can add this to your circle.yml file for a fix:
machine:
pre:
- npm config set ca ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment