且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用 angular cli 安装特定版本的 angular

更新时间:2023-09-30 10:31:40

你可以有特定版本的 package.json 并执行 npm install ,它会安装那个版本.

You can just have package.json with specific version and do npm install and it will install that version.

你也不需要依赖 angular-cli 来开发你的项目.

Also you don't need to depend on angular-cli to develop your project.