npm install
npm uninstall --save-dev angular/cli
npm install --save-dev @angular/cli@<specific version>
npm install --save-dev @angular/core@<specific version>
npm i @angular-devkit/build-angular@<specific version> <= check the compatibility with the version ur try to upgrade to.
npm update
npm outdated <= will identify packages that should be update
npm config set registry http://registry.npmjs.org
npm install
2条答案
按热度按时间jm2pwxwz1#
你试过
ng update
吗More Details
yhxst69z2#
请不要运行“ng update”命令,除非你试图将angular更新到最新版本17。
首先,你必须根据你需要的特定版本更新以下内容;
字符串
之后,尝试使用删除和添加命令逐个更新依赖项(在运行此命令之前请检查与您的版本的兼容性);
型
[*//--
型
]
稍后,在运行上述命令后,运行:
型
尝试安装的typescript按照您的具体版本的要求
型
最后根据您的要求解决任何错误。