Skip to content

Instantly share code, notes, and snippets.

@ohall
Created March 26, 2015 14:01
Show Gist options
  • Select an option

  • Save ohall/ee1b5d7e07df8ef9a5e9 to your computer and use it in GitHub Desktop.

Select an option

Save ohall/ee1b5d7e07df8ef9a5e9 to your computer and use it in GitHub Desktop.
Update NPM to latest version
npm --version #2.1.11
npm install -g npm@latest
npm --version #2.7.3
# if npm ERR! UNABLE_TO_VERIFY_LEAF_SIGNATURE
npm config set strict-ssl false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment