question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Broken with iojs v1.0.3

See original GitHub issue

Using 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:closed
  • Created 9 years ago
  • Comments:28 (9 by maintainers)

github_iconTop GitHub Comments

4reactions
mattmacommented, Feb 23, 2015

@lucasmotta @callumacrae

I have the exact same issue with io.js and gulp earlier. But I could confirm that 3.8.11 play nicely with io.js. Tried with npm rm -g gulp, it did not work for me. Here is what I did to make it work,

ls /usr/local/lib/node_modules/gulp

Well, it should be there if you installed it via npm install -g gulp. then do this

rm -rf /usr/local/bin/gulp
rm -rf /usr/local/lib/node_modules/gulp

It should remove the old/latest gulp binary, then do the clean installation

npm i -g gulp

Now it should work.

0reactions
RapurHarishBabucommented, Aug 29, 2015

@callumacrae I has Fixed my Issuse by Installing every Gulp file in New folder one by one 😃 Now everything works Awesome 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found