码迷,mamicode.com
首页 > 其他好文 > 详细

npm 基本使用命令

时间:2017-05-22 15:01:20      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:cache   dir   mkdir   core   uninstall   clean   glob   arch   ack   

NMP
本地 远程
npm install uglify-js --global
npm install underscore@1.8.2 指定版本

npm update underscore

npm search mkdir

npm uninstall underscore
缓存目录
ls ~/.npm
npm cache clean 清理缓存

package.json 管理依赖的文件
npm init

npm 基本使用命令

标签:cache   dir   mkdir   core   uninstall   clean   glob   arch   ack   

原文地址:http://www.cnblogs.com/exayong/p/6889175.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!