安装 CLI 后我无法安装 angular 应用程序
I am unable to install angular app after installing the CLI
这是日志的一部分,其中确实记录了错误..但是错误从安装尝试变为另一个
2516 silly saveTree `-- zone.js@0.9.1
2517 verbose stack SyntaxError: Unexpected end of JSON input while parsing near '...":"7.0.0-rc.0","@babe'
2517 verbose stack at JSON.parse (<anonymous>)
2517 verbose stack at parseJson (C:\Program Files\nodejs\node_modules\npm\node_modules\json-parse-better-errors\index.js:7:17)
尝试执行以下操作:
npm 缓存清理 --force
和
npm install -g @angular/cli@latest
这是日志的一部分,其中确实记录了错误..但是错误从安装尝试变为另一个
2516 silly saveTree `-- zone.js@0.9.1
2517 verbose stack SyntaxError: Unexpected end of JSON input while parsing near '...":"7.0.0-rc.0","@babe'
2517 verbose stack at JSON.parse (<anonymous>)
2517 verbose stack at parseJson (C:\Program Files\nodejs\node_modules\npm\node_modules\json-parse-better-errors\index.js:7:17)
尝试执行以下操作:
npm 缓存清理 --force 和 npm install -g @angular/cli@latest