/usr/local/lib/node_modules/gulp/bin/gulp:11
throw new Error("Missing Gulpfile");
^
Error: Missing Gulpfile
at Object.<anonymous> (/usr/local/lib/node_modules/gulp/bin/gulp:11:9)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:902:3
当我尝试执行 gulp -v 时出现此错误。
node -v(0.10.25) 工作正常,npm -v(1.3.24) 也是如此。
我已经按照他们的 github 上的教程进行操作,但没有成功。https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md#getting-started
有人可以帮帮我吗?