Skip to content
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 won't work after update from node v0.10.35 to io.js 1.0.1 #414

Closed
kasperekt opened this issue Jan 14, 2015 · 5 comments
Closed

Gulp won't work after update from node v0.10.35 to io.js 1.0.1 #414

kasperekt opened this issue Jan 14, 2015 · 5 comments

Comments

@kasperekt
Copy link

After updating to io.js I had a problem with running gulp, because it gave me error:

module.js:324
    throw err;
          ^
Error: Cannot find module '/usr/local/lib/node_modules/gulp/node_modules/v8flags/3.31.74.1.flags.json'
    at Function.Module._resolveFilename (module.js:322:15)
    at Function.Module._load (module.js:264:25)
    at Module.require (module.js:351:17)
    at require (module.js:370:17)
    at Object.<anonymous> (/usr/local/lib/node_modules/gulp/bin/gulp.js:25:22)
    at Module._compile (module.js:446:26)
    at Object.Module._extensions..js (module.js:464:10)
    at Module.load (module.js:341:32)
    at Function.Module._load (module.js:296:12)
    at Function.Module.runMain (module.js:487:10)

At the v8flags folder I've only had 3.14.5.9.flags.json version. Duplicating the file with the right name fixed the problem (not sure if there are gonna be some more issues later).

(I'm not completely sure if that happens only because of updated v8 version, so that is why I'm posting it here)

@Fishrock123
Copy link
Contributor

That's a v8flags issue.

I'm running Gulp on iojs@1.0.0 just fine.

@bnoordhuis
Copy link
Member

What @Fishrock123 said, that's a v8flags issue. Closing, but /cc @thlorenz.

@bnoordhuis
Copy link
Member

Apologies, I mean /cc @tkellen.

@tkellen
Copy link
Contributor

tkellen commented Jan 15, 2015

Should be fixed.

@sonewman
Copy link
Contributor

@tkellen awesome ❗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants