您必须在本地安装gulp到该文件夹。使用以下命令:
npm install gulp
如果没有修复,请尝试全局安装:
npm install gulp-cli -g
我全局安装了gulp,然后使用link命令将当前目录链接到全局安装。我用了命令 -
npm link gulp