Mac npm命令使用

Mac npm命令使用

  • 安装
$ npm install xxx             // 本目录安装
$ npm install -g xxx          // 全局安装
  • 安装cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
$ npm cache clean -f

在这里插入图片描述
If you’re sure you want to delete the entire cache, rerun this command with --force.
如果确定要删除整个缓存,请使用–force重新运行此命令。
I sure hope you know what you are doing.
我希望你知道你在做什么。

  • 自我更新到最新版本
$ npm install npm@latest -g       // 升级到最新版
$ npm install npm@xxx -g          // 升级到指定版本
或
$ npm install npm -g              // 升级到最新版
  • 版本信息
$ npm version                    // 查看版本详情
$ npm view npm version           // npm最新版本
$ npm view npm versions          // npm所有版本
  • 插件
$ npm list                       //插件清单
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值