首先咱们要全局安装一遍:npm
$ npm install gulp -g
接着咱们要进去到项目的根目录再安装一遍(确保你根目录存在package.json文件):json
$ npm install gulp --save-dev