当前位置:网站首页>npm npm
npm npm
2022-08-01 23:07:00 【God is proud of me 1】
why
JavaScript project package management tool
cnpm tarn similar products
Initial Project
npm init
Initialize the project and create a package.json file
npm init -y
Quickly initialize the project (all options are yes)
Directory Explanation
package.json
Project package management file
package-lock.json
Download cache address
node_modules
Installation package download location
Installation can be abbreviated as i --save-dev abbreviated as -D --save abbreviated as -S
Global installation
npm i jquery -g
Local installation
npm i jquery
One-time installation of multiple
npm i jquery vue
Install development dependencies
npm i axios --save-D
Install runtime dependencies
npm i jquery –S
Install the module to the specified version
npm i jquery @version number
Uninstall
Uninstall jquery
npm uninstall jquery
Alias (shorthand) uninstall ->remove->r
Update
update jquery
npm update jquery
alias update -> up
边栏推荐
- 检查点是否在矩形内
- 如何给 UE4 场景添加游戏角色
- y84. Chapter 4 Prometheus Factory Monitoring System and Actual Combat -- Advanced Prometheus Alarm Mechanism (15)
- 简单3D渲染器的制作
- 毫秒级!千万人脸库快速比对,上亿商品图片检索,背后的极速检索用了什么神器?
- Deep learning Course2 first week Practical aspects of Deep Learning exercises
- 编曲软件FL studio20.8中文版功能和作用
- IDEA入门看这一篇就够了
- E - Integer Sequence Fair
- Quarantine and downgrade
猜你喜欢
img 响应式图片的实现(含srcset属性、sizes属性的使用方法,设备像素比详解)
毫秒级!千万人脸库快速比对,上亿商品图片检索,背后的极速检索用了什么神器?
文件查询匹配神器 【glob.js】 实用教程
Small application project works WeChat stadium booking applet graduation design of the finished product (1) the development profile
Wechat Gymnasium Reservation Mini Program Graduation Design Finished Work Mini Program Graduation Design Finished Product (2) Mini Program Function
关于ETL的两种架构(ETL架构和ELT架构)
Postman batch test interface detailed tutorial
解决yolov5训练时出现:“AssertionError: train: No labels in VOCData/dataSet_path/train.cache. Can not train ”
请问什么是 CICD
【参营经历贴】2022网安夏令营
随机推荐
10年稳定性保障经验总结,故障复盘要回答哪三大关键问题?|TakinTalks大咖分享
CAKE:一个用于多视图知识图谱补全的可扩展性常识感知框架
使用Jenkins做持续集成,这个知识点必须要掌握
Chapter 12 End-User Task As Shell Scripts
excel clear format
[Recommended books] The first self-driving technology book
xss相关知识点以及从 XSS Payload 学习浏览器解码
小程序毕设作品之微信美食菜谱小程序毕业设计成品(6)开题答辩PPT
PAM Palindromic Automata
excel edit a cell without double clicking
选择合适的 DevOps 工具,从理解 DevOps 开始
Chapter 19 Tips and Traps: Common Goofs for Novices
excel change cell size
E - Integer Sequence Fair
编曲软件FL studio20.8中文版功能和作用
ping no reply
华为无线设备配置全局双链路冷备份(AC全局配置方式)
如何给 UE4 场景添加游戏角色
excel remove all carriage return from a cell
SQL Server (design database--stored procedure--trigger)