当前位置:网站首页>[node] NPM part
[node] NPM part
2022-06-11 08:45:00 【Can love programming】
One 、 Preface
npm namely :Node Package Manager.node Package manager . To help node Module release 、 Installed and dependent .
Two 、 Commonly used instructions
1、npm search Package name Find package
2、npm install/i( Abbreviation ) Package name Installation package
3、npm install/i Package name --save Install the package and add it to the dependency
4、npm install Automatically install dependent packages in the configuration file
5、npm install/i Package name -g Global installation , It's usually a tool kit
6、npm -v see npm edition
7、npm version View the versions of all modules
Ongoing update ……
边栏推荐
- Introduction to database system experiment report answer Experiment 5: database single table query
- Timestamp of PostgreSQL and Oracle
- 处理RAW格式的图像,需要什么软件?
- GO语言:字符串的连接、数字转化字符串
- Web design and website planning assignment 13 making video playlists
- Pg/oracle database ASCII code to string custom function
- Don't want the project out of control? You need to use project management tools
- 【CVPR2022】QueryDet论文精读
- ActiveMQ simple tutorial, suitable for beginners, learning notes yyds
- [cvpr2022] intensive reading of querydet papers
猜你喜欢

Classical graph theory, depth first and breadth first, topology, prim and krukal, it's time to review

CodeTop - 排序奇升偶降链表

torch. roll

剑指 Offer 10- II. 青蛙跳台阶问题

Mongodb--- automatically delete expired data using TTL index

(the slow download speed of cifar10 in torchvision has been solved) how to download and use torchvision import

剑指 Offer 62. 圆圈中最后剩下的数字

Solve ('You must install pydot (`pip install pydot`) and install graphviz (see...) '‘ for plot_ model..

指定环境下安装Jupyter

Supplement 2: circle returning to origin
随机推荐
Implementation of CRF for named entity recognition
知识图谱入门之---yedda标注
一些学习记录i=
B+超强树,带你知晓MySQL的底层是怎样的结构
GO语言:字符串的连接、数字转化字符串
你所不知道的console
Solve ('You must install pydot (`pip install pydot`) and install graphviz (see...) '‘ for plot_ model..
Matlab学习9-图像处理之非线性锐化滤波
Uniapp plug-in development
Asynchronous notification mechanism of character device driver
Sword finger offer 10- ii Frog jumping on steps
Matlab学习8-图像处理之线性与非线性锐化滤波、非线性平滑滤波
How to solve the MySQL deadlock problem? Recitation version
(resolved) typeerror: meshgrid() got an unexpected keyword argument 'indexing‘
Swagger study notes
What does it mean to buy a single-mode, dual-mode and Rechargeable Wireless Mouse
Pypharm startup is stuck, loading project
二、渲染 Camera 的数据
MySQL死锁问题如何解决?背诵版
js 中 Map 和 Set 的用法及区别