angular6 cli创建新项目报错:npm WARN deprecated istanbul-lib-hook@1.2.1: 1.2.0 should have been a major version bump 解决办法

 

新建项目

admin为项目名称

ng new admin --routing --style=sass

 

报错信息

npm WARN deprecated istanbul-lib-hook@1.2.1: 1.2.0 should have been a major version bump
npm ERR! Unexpected end of JSON input while parsing near '...DHDJTFiu5VJ4/XoyPZ3HW'

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2018-08-31T02_09_46_334Z-debug.log
Package install failed, see above.

 

 解决办法

 

 

使用ng new admin创建项目时报错

npm WARN deprecated istanbul-lib-hook@1.2.1: 1.2.0 should have been a major version bump
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: load-json-file@^1.0.0 (node_modules\read-pkg\node_modules\load-json-file):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Unexpected end of JSON input while parsing near '...:{"node":">=4"}},"4.0'

npm ERR! Unexpected end of JSON input while parsing near '...","jshint":"^2.6.0","'

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2018-08-31T02_47_12_430Z-debug.log
Package install failed, see above.

 

posted @ 2018-08-31 10:29  星耀学园  阅读(1135)  评论(1)    收藏  举报