-
Notifications
You must be signed in to change notification settings - Fork 122
gulp bower fails on node v0.12.3 #1372
Comments
I hit the same error: Cannot find module '/usr/local/lib/node_modules/gulp/node_modules/v8flags/cache/3.28.71.19.flags.json I upgraded gulp to 3.9 and that worked for me (same versions of node, npm and bower that you have) |
For those as unobservant as me, upgrade the global gulp: |
Worked! |
facing the same error node v0.12.4 |
I had to run node v0.12.4
A hack, but it worked. |
I also had this problem recently, and here's how I fixed it:
Everything worked after that. |
Also seeing this with: I've attempted to remove and reinstall gulp multiple times (both through npm and directly), I have no local copy of gulp, only global. I went into the v8flags dir and there was no fetch.js script! I also have no v8flags cache folder.
|
Looks like js-v8flags removed fetch.js when it hit version 2.0.0. Here it is from version 1.0.8. Looks like it previously created a cached file with node's v8 flag options output to it, similar to what @akras14 did manually. I haven't traced it back for enough, but this might be a gulp issue, or an old version of v8flags hanging around somewhere in the dependencies. |
@petethedude suggestion worked for me:
|
👍 for @petethedude suggestion #1372 (comment) |
I had this issue as well but updating global gulp fixed it. |
Nice @gunderson. It's works for me! |
The text was updated successfully, but these errors were encountered: