创建新的Angular项目时遇到麻烦

时间:2020-04-21 14:32:06

标签: node.js angular npm

我尝试创建一个新的角度项目,但是出现此错误 只是知道我拥有最新版本的angular节点JS我正在使用12.16.2。


  • ng新项目

输出:


/正在安装软件包... npm WARN不推荐使用tslint@6.1.1:不推荐使用TSLint,而推荐使用ESLint。有关更多信息,请参见https://github.com/palantir/tslint/issues/4534。 npm WARN弃用了request@2.88.2:请求已弃用,请参见https://github.com/request/request/issues/3142 npm WARN不推荐使用chokidar@2.1.8:Chokidar 2将在节点v14 +上中断。升级到Chokidar 3,依赖性降低15倍。 npm WARN不建议使用fsevents@1.2.12:fsevents 1将在节点v14 +上中断。升级到fsevents 2,进行了重大改进。 npm WARN不推荐使用urix@0.1.0:请参阅https://github.com/lydell/urix#deprecated npm WARN不推荐使用resolve-url@0.2.1:https://github.com/lydell/resolve-url#deprecated npm ERR!在'... er',“ version”:“ 2.4.9”'

附近进行解析时,JSON输入意外结束

npm ERR!可以在以下位置找到此运行的完整日志: npm ERR! C:\ Users \ dell \ AppData \ Roaming \ npm-cache_logs \ 2020-04-21T17_57_57_578Z-debug.log ×软件包安装失败,请参见上文。 原理图工作流程失败。见上文。


enter image description here

2 个答案:

答案 0 :(得分:0)

有时清理缓存有帮助:Update Angular after clearing Cache

答案 1 :(得分:0)

似乎是缓存错误。清除npm缓存后,重新安装Angular CLI。下面的解决方案为我工作,在下面的3条命令中依次运行

  • npm install chokidar
  • npm缓存清理--force
  • npm install -g @ angular / cli @ latest

问题 enter image description here

分辨率屏幕简短enter image description here