今天使用npm install时出现
Unexpected end of JSON input while parsing near '...ttps://registry.npmjs'
最后通过使用国内镜像解决了这个问题
$ npm install -g cnpm --registry=https://registry.npm.taobao.org
然后通过cnpm安装你所需要的包
今天使用npm install时出现
Unexpected end of JSON input while parsing near '...ttps://registry.npmjs'
最后通过使用国内镜像解决了这个问题
$ npm install -g cnpm --registry=https://registry.npm.taobao.org
然后通过cnpm安装你所需要的包