当前位置:网站首页>NPM and package common commands
NPM and package common commands
2022-07-05 07:12:00 【Weft collar network】
npm install
npm uninstall
3、 Install the specified package and record it to devDependencies node
npm i Package name -D
4、 View the current package image source
npm config get registry
4、 Switch the image source of the next package to Taobao image source
npm config set registry=https://registry.npm.taobao.org/
5、 adopt npm Package manager , take nrm Install as a globally available tool
npm i nrm -g
6、 View all available mirror sources
nrm ls
7、 Switch the image source of the next package to taobao Mirror image
nrm use taobao
8、 View the packages that have been installed
npm list -g --depth 0
边栏推荐
- 【软件测试】05 -- 软件测试的原则
- [node] differences among NPM, yarn and pnpm
- window navicat连接阿里云服务器mysql步骤及常见问题
- U-boot initialization and workflow analysis
- Interpretation of the earliest sketches - image translation work sketchygan
- Unity 之 ExecuteAlways正在取代ExecuteInEditMode
- Error: "mountvolume.setup failed for volume PVC fault handling
- ROS2——Service服务(九)
- Executealways of unity is replacing executeineditmode
- Orin 安装CUDA环境
猜你喜欢
SD_CMD_SEND_SHIFT_REGISTER
C语言数组专题训练
PostMessage communication
ROS2——配置开发环境(五)
Solve tensorfow GPU modulenotfounderror: no module named 'tensorflow_ core. estimator‘
Ros2 - Service Service (IX)
[software testing] 02 -- software defect management
程序中的负数存储及类型转换
目标检测系列——Faster R-CNN原理详解
Ethtool principle introduction and troubleshooting ideas for network card packet loss (with ethtool source code download)
随机推荐
解读最早的草图-图像翻译工作SketchyGAN
Marvell 88e1515 PHY loopback mode test
逻辑结构与物理结构
ROS2——功能包(六)
An article was opened to test the real situation of outsourcing companies
[software testing] 04 -- software testing and software development
[software testing] 02 -- software defect management
Skywalking all
SOC_SD_DATA_FSM
postmessage通信
Ros2 - install ros2 (III)
Volcano resource reservation feature
Orin two brushing methods
Unity 之 ExecuteAlways正在取代ExecuteInEditMode
The problem of configuring opencv in qt5.13.2 is solved in detail
Concurrent programming - deadlock troubleshooting and handling
DelayQueue延迟队列的使用和场景
Special training of C language array
Three body goal management notes
全局变量和静态变量的初始化