无法让Gulp在Git Bash上工作

时间:2016-07-08 04:12:42

标签: git bash gulp

所以我在所有这些git环境中都是新手,我一直在努力学习JavaScript,作为课程/书的一部分我跟随我必须使用Git和Gulp,但我和#39;一直无法让当地的Gulp工作:

$ gulp
module.js:442
    throw err;
    ^

Error: Cannot find module 'C:\Program Files\Git\node_modules\gulp\bin\gulp.js'
    at Function.Module._resolveFilename (module.js:440:15)
    at Function.Module._load (module.js:388:25)
    at Module.runMain (module.js:575:10)
    at run (bootstrap_node.js:352:7)
    at startup (bootstrap_node.js:144:9)
    at bootstrap_node.js:467:3

Screen Capture of the output

我已经安装了gulp global而没有任何问题,因为它(几乎)完全适用于VS2015的Developer Command Prompt,它可能与git Bash直接相关。我已经在互联网上搜索了一个没有成功的解决方案,虽然可能存在与某些更新相关的类似问题,但没有明确的解决方案,而且作为我的初学者,此时一切似乎都很复杂...... < / p>

谢谢大家的帮助!!

0 个答案:

没有答案