Solution for npm install not work
22 September 2014
1. Show current configuration
npm config ls
2. Set repository url, Use “http” directly instead of “https”
npm config set registry="http://registry.npmjs.org"
blog comments powered by Disqus