当前位置:网站首页>[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 ……

原网站

版权声明
本文为[Can love programming]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/162/202206110827025032.html