npm install 报错Unexpected end of JSON input while parsing near...
安装node
http://nodejs.cn/download/
克隆代码
.......
执行安装
npm install
然后就报了一坨错误
清理一下缓存
sudo npm cache verify
听说不需要走淘宝镜像就可以解决此问题,还原npm
npm config set registry http://registry.cnpmjs.org