npm install 运行时报错
npm ERR! Unexpected end of JSON input while parsing near '...{"shasum":"75864225d6'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\songyaofeng\AppData\Roaming\npm-cache\_logs\2017-11-09T02_36_41_924Z-debug.log
解决办法:
使用cnpm,并设置成全聚的环境变量
(1)npm install -g cnpm –registry=https://registry.npm.taobao.org
(2)ng set –global packageManager=cnpm
再次运行ng new router –routing生成新项目就没问题了