Skip to content
On this page

常用命令

npm install

npm install xx

搜索包, 官网

npm root -g

查看node安装目录

npm remove

删除安装包

npm config list

查看npm配置

npm login

登录npm

npm publish

发布npm包

npm unpublish --force

删除npm包

Released under the MIT License.