发布于 2015-12-29 15:16:46 | 135 次阅读 | 评论: 0 | 来源: PHPERZ

这里有新鲜出炉的精品教程,程序狗速度看过来!

npm Node.js包管理工具

npm是 Node.js 的包管理工具,用来安装各种 Node.js 的扩展。


搜索包:

npm search express

安装包:

npm install express -g //-g为全局安装

更新包:

npm update express

卸载包:

npm uninstall express


最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务