当前位置:网站首页>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
边栏推荐
- 解读最早的草图-图像翻译工作SketchyGAN
- GPIO port bit based on Cortex-M3 and M4 with operation macro definition (can be used for bus input and output, STM32, aducm4050, etc.)
- Literacy Ethernet MII interface types Daquan MII, RMII, smii, gmii, rgmii, sgmii, XGMII, XAUI, rxaui
- Xavier CPU & GPU 高负载功耗测试
- 【软件测试】03 -- 软件测试概述
- iNFTnews | 喝茶送虚拟股票?浅析奈雪的茶“发币”
- Do you choose pandas or SQL for the top 1 of data analysis in your mind?
- . Net core stepping on the pit practice
- IPage can display data normally, but total is always equal to 0
- new和malloc的区别
猜你喜欢
随机推荐
PostMessage communication
window navicat连接阿里云服务器mysql步骤及常见问题
ethtool 原理介绍和解决网卡丢包排查思路(附ethtool源码下载)
数学分析_笔记_第8章:重积分
ROS2——常用命令行(四)
U-boot initialization and workflow analysis
In C language, int a= 'R'
Ros2 - configuration development environment (V)
Marvell 88e1515 PHY loopback mode test
Brief description of inux camera (Mipi interface)
2022年中纪实 -- 一个普通人的经历
[tf] Unknown: Failed to get convolution algorithm. This is probably because cuDNN failed to initial
postmessage通信
About vscode, "code unreachable" will be displayed when calling sendline series functions with pwntools“
SD_CMD_SEND_SHIFT_REGISTER
Error: "mountvolume.setup failed for volume PVC fault handling
[OBS] x264 Code: "buffer_size“
程序中的负数存储及类型转换
[tf1] save and load parameters
Ros2 - common command line (IV)