当前位置:网站首页>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
边栏推荐
- 保证家里和企业中的WIFI安全-附AC与AP组网实验
- 直播系统聊天技术(八):vivo直播系统中IM消息模块的架构实践
- Double for loop case (use js jiujiu printing multiplication table)
- Shuttle + Alluxio 加速内存Shuffle起飞
- Polar Parametrization for Vision-based Surround-View 3D Detection Paper Notes
- There are more and more talents in software testing. Why are people still reluctant to take the road of software testing?
- npm 无法将“npm”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。
- leetcode每天5题-Day04
- 制作web3d动态产品展示的优点
- MySQL数据表的基本操作和基于 MySQL数据表的基本操作的综合实例项目
猜你喜欢
随机推荐
Redis集群模式
字节面试题:如何保证缓存和数据库的一致性
zabbix邮件报警和微信报警
使用TinkerPop框架对GDB增删改查
pytorch常用函数
Nacos数据库配置
rhce作业
双重for循环案例(用js打印九九乘法表)
BGP experiment (route reflector, federation, route optimization)
Nacos安装详细过程
go里面的基本知识
路由规划中级篇
TikTok平台的两种账户有什么区别?
Double for loop case (use js jiujiu printing multiplication table)
51单片机外设篇:DS18B20
There are more and more talents in software testing. Why are people still reluctant to take the road of software testing?
leetcode括号匹配问题——32.最长有效括号
VMTK环境配置记录
Alluxio为Presto赋能跨云的自助服务能力
Install and use Google Chrome