更新到Angular-Cli V10.1.0后开始出现错误。
我最初遇到的问题:
- 该
ng
命令不起作用。我发现缺少核心依赖项:npm WARN @angular/fire@6.0.0 requires a peer of @angular/common@^9.0.0 but none is installed. You must install peer dependencies yourself.
我试过:
- 手动安装依赖项。
- 全局卸载 angular-cli,使用 --force 清除缓存,重新启动并重新安装。
- 下载最新的 NodeJs,使用
npm update
Angular:更新 npmng update
。 - 删除:
package.lock.json
;package.json
;node_modules
我无法删除 node_modules:
- 文件夹:
.xml2js.DELETE
有一个package.json
无法在我的 IDE 或 Windows 中打开的文件。 - 我相信是这个文件阻止了我跑步
npm install