Gulp won't work after update from node v0.10.35 to io.js 1.0.1 #414
Closed
Description
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)
Metadata
Assignees
Labels
No labels