-
Notifications
You must be signed in to change notification settings - Fork 122
Gulp setup fails #1530
Comments
Hi, The One solution would be to spawn In order to be able to run gulp setup on windows, the simplest is to modify https://github.com/GoogleChrome/ioweb2015/blob/master/gulpfile.js#L90 with
|
Yeah that worked but now it throws error while building. C:\Users\Dev\Desktop\ioweb2015>gulp serve |
Yes, noticed that too. It seems this is the I think the app is definitively not windows compatible. |
When I run gulp setup, this happens...
C:\Users\Dev\Desktop\ioweb2015>gulp setup
[23:34:24] Using gulpfile ~\Desktop\ioweb2015\gulpfile.js
[23:34:24] Starting 'setup'...
[23:34:24] Starting 'bower'...
[23:34:24] Starting 'godeps'...
[23:34:25] Starting 'addgithooks'...
events.js:85
throw er; // Unhandled 'error' event
^
Error: spawn ../node_modules/bower/bin/bower ENOENT
at exports._errnoException (util.js:746:11)
at Process.ChildProcess._handle.onexit (child_process.js:1053:32)
at child_process.js:1144:20
at process._tickCallback (node.js:355:11)
at Function.Module.runMain (module.js:503:11)
at startup (node.js:129:16)
at node.js:814:3
Any solution?
The text was updated successfully, but these errors were encountered: