本文介绍了使用angular cli安装特定版本的angular的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我搜索了google和angular cli文档,但找不到任何使用angular cli安装特定版本的angular的方法.甚至有可能吗?
I searched through google and angular cli doc but couldn't find any way to install a specific version of angular using angular cli. is it even possible?
推荐答案
您只需拥有具有特定版本的package.json并执行npm install
,它将安装该版本.同样,您不需要依赖angular-cli
来开发您的项目.
You can just have package.json with specific version and do npm install
and it will install that version.Also you dont need to depend on angular-cli
to develop your project.
这篇关于使用angular cli安装特定版本的angular的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!