Skip to content
城郭小镇
Main Navigation
首页
前端
服务端
Node
面试
算法
更多
Appearance
Menu
Return to top
On this page
Table of Contents for current page
常用命令
npm install
npm install xx
npm search
搜索包,
官网
npm root -g
查看node安装目录
npm remove
删除安装包
npm config list
查看npm配置
npm login
登录npm
npm publish
发布npm包
npm unpublish --force
删除npm包