“Couldn't read dependencies” error with npm 八月 10, 2015 如果是一个私有的项目: 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. 阅读全文