Broken with iojs v1.0.3
See original GitHub issueUsing iojs v1.0.3 throws error :
Esan-iMac:$gulp [mytask]
module.js:324
throw err;
^
Error: Cannot find module '/usr/local/lib/node_modules/gulp/node_modules/v8flags/cache/4.1.0.7.flags.json'
and installing iojs v1.0.2 over 1.0.3 solved this.
Don’t know where this bug belongs; pls forward if not gulp-specific. I think iojs upgraded V8 upgrade from 3.31 to 4.1 ??
Issue Analytics
- State:
- Created 9 years ago
- Comments:28 (9 by maintainers)
Top Results From Across the Web
Getting to know io.js - Atlassian Developer Blog
js is a little more than a week old and the latest version at the time of this writing, v1.0.3, is still listed...
Read more >nvm - Best of JS
export NVM_IOJS_ORG_MIRROR=https://iojs.org/dist nvm install iojs-v1.0.3 ... If one of these broken versions is installed on your system, the above step ...
Read more >nvm not getting latest versions - node.js - Stack Overflow
Judging from the output, your remote is https://iojs.org/dist/ when you probably want https://nodejs.org/dist/. Things to check:.
Read more >ngx-broken-img - npm Package Health Analysis - Snyk
Learn more about ngx-broken-img: package health score, popularity, security, maintenance, versions and more.
Read more >node_modules/is-regex/CHANGELOG.md · master · Pierre ... - PLMlab
v1.1.0 - 2020-06-04 ... tape , semver f387f03; All grade A-supported node / iojs versions now ship with an npm that understands ^...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@lucasmotta @callumacrae
I have the exact same issue with
io.js
andgulp
earlier. But I could confirm that3.8.11
play nicely withio.js
. Tried withnpm rm -g gulp
, it did not work for me. Here is what I did to make it work,Well, it should be there if you installed it via
npm install -g gulp
. then do thisIt should remove the old/latest
gulp
binary, then do the clean installationNow it should work.
@callumacrae I has Fixed my Issuse by Installing every Gulp file in New folder one by one 😃 Now everything works Awesome 👍