当前位置:网站首页>How to install the specified version package with NPM and view the version number
How to install the specified version package with NPM and view the version number
2022-08-02 06:44:00 【m0_67393413】
In the process of Vue development, sometimes we need to install the specified version of the package.
For example: install bootstrap version 4.6.1
npm install [email protected]
If the version number is not followed (@4.6.1), then the latest version is installed by default.Different package version numbers may be specified differently!
For example, install without version number by default:
npm install bootstrap
Latest version installed: 5.1.3(2022-04-28)
Sometimes it may be necessary to install an earlier version due to compatibility or testing issues. Record the above method.
View the version numbers of installed packages: list
npm list bootstrap
View Vue version number:
npm list vue
If you install a package back and forth multiple times, it is recommended to uninstall the original package before installation, and then reinstall the new package. Uninstall the command:
npm uninstall bootstrap
Let me introduce myself first. The editor graduated from Shanghai Jiaotong University in 2013. I worked in a small company and went to big factories such as Huawei and OPPO. I joined Alibaba in 2018, until now.I know that most junior and intermediate java engineers want to upgrade their skills, they often need to explore their own growth or sign up to study, but for training institutions, the tuition fee is nearly 10,000 yuan, which is really stressful.Self-learning that is not systematic is very inefficient and lengthy, and it is easy to hit the ceiling and the technology stops.Therefore, I collected a "full set of learning materials for java development" for everyone. The original intention is also very simple. I hope to help friends who want to learn by themselves but don't know where to start, and at the same time reduce everyone's burden.Add the business card below to get a full set of learning materials
边栏推荐
猜你喜欢
随机推荐
eggjs controller层调用controller层解决方案
Redis集群模式
51单片机外设篇:点阵式LCD
nacos安装配置和单机部署教程
Double for loop case (use js jiujiu printing multiplication table)
触发器简单解释
Detailed explanation of interface in Go language
51单片机外设篇:红外通信
Linux CentOS8安装Redis6
国际顶会OSDI首度收录淘宝系统论文,端云协同智能获大会主旨演讲推荐
从入门到精通的MySQL数据库视频教程
蚂蚁三面:MQ 消息丢失、重复、积压问题,有哪些解决方案?
国际顶会OSDI首度收录淘宝系统论文,端云协同智能获大会主旨演讲推荐
上海交大牵手淘宝成立媒体计算实验室:推动视频超分等关键技术发展
rhce作业
目标检测重要概念——IOU、感受野、空洞卷积、mAP
pytorch basic operations: classification tasks using neural networks
5年在职经验之谈:2年功能测试、3年自动化测试,从入门到不可自拔...
程序员写PPT的小技巧
A list of 300+ learning resources compiled by senior engineers of the Tao Department (the latest version in 2021)