看node_module 有没有 gulp , 有的话 找个例子看能不能运行~~
在win 下, node 很多module 都会报各种 warn err ~ 但module下载好了, 很多都是能运行的
官网 http://www.gulpjs.com.cn/docs/getting-started/
全局安装 gulp:
$ npm install --global gulp
作为项目的开发依赖(devDependencies)安装:
$ npm install --save-dev gulp
网络问题,用淘宝镜像,另外windows下用git-bash 比较好,cmd总有各种各样的问题