Skip to content

Instantly share code, notes, and snippets.

@seldo
Created March 1, 2014 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seldo/9283730 to your computer and use it in GitHub Desktop.
Save seldo/9283730 to your computer and use it in GitHub Desktop.
This fix is from torey_rocketreferrals 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)
----
For you AWS Opsworks people. Create a recipe with the following
and add it to the setup event on your layer. That will let you launch new servers.
execute 'npm config set ca ""' do
end
execute 'npm install npm -g' do
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment