首页 > 其他 > 详细

前端自动化工具:Grunt使用教程

时间:2015-07-22 12:49:08      阅读:150      评论:0      收藏:0      [点我收藏+]

1、下载node.js

2、安装npm管理工具

  2.1、下载npm源码,解压到npm文件夹里

  2.2、使用命令  node cli.js install -gf 安装npm

      或者命令 

      node cli.js install npm -gf //可以安装最新版的NPM
      node cli.js install npm@1.0.105 -gf //可以安装指定版本的NPM

  2.3、npm安装完成后,将"D:\npm\node_modules"加入系统环境变量NODE_PATH中。

前端自动化工具:Grunt使用教程

原文:http://www.cnblogs.com/yanyd/p/4666944.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!