-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gulp not found on windows #51
Comments
How did you install gulp? |
I just ran "npm install gulp -g" from my commandline. |
Hmm allright. It seems as atom-build should look for 'gulp.exe' as well to be compatible with windows. I don't have windows myself so it will be difficult to fix for me. I'm guessing it should look at os.platform to determine which binary to use. |
Well, actually gulp.cmd would be better, because at least on my machine (and being a total newbie to node.js) I have a npm-folder with a gulp.cmd, which was created by the "npm install" command. |
I finally got a hold of a windows computer. When I do Can you verify that you did a global install from an Administrator command prompt? |
This definitely sounds like a path problem. http://stackoverflow.com/questions/24027551/gulp-command-not-found-error-after-installing-gulp See if either of those help you |
Closing this out. Please re-open the ticket if the problem persists. |
running
I can run gulp from the command-prompt (cmd) just fine, Only from within atom-build the gulp.cmd seems not te be found. |
Did you try the suggestions linked by @gpit2286 ? |
Well, as I said, I can execute gulp from the prompt just fine, it's just that atom-build doesn't seem to recognize gulp, as it's looking for a gulp.com or gulp.exe, but not a gulp.cmd. I believe that's something, windows itself is causing. I looked at the call-trace using the sysinternals process-monitor. As you can see with the where-command a couple of comments above, the gulp.cmd is locate just there. The links of @gpit2286 refere to problems, where gulp doesn't seem to be found by the command-prompt at all. When I type
|
I just installed atom-build. I have a Project with a gulpfie.js.
When I Trigger a build gulp cannot be found, because just "gulp" is being searched for as an executable in the path. Windows seems to only look for gulp.exe oder gulp.com, but my path contains a gulp.cmd instead.
The text was updated successfully, but these errors were encountered: