2015-08-10

“Couldn't read dependencies” error with npm

如果是一个私有的项目:

package.json 里的 private:true

 had an "Invalid Name"

I switched from "name": "Some Name",... to "name": "Some-Name",...

Guess name needs to be a sluggy string.