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

support for io.js v3.0.0 #54

Closed
jfairley opened this issue Aug 6, 2015 · 3 comments · Fixed by #61
Closed

support for io.js v3.0.0 #54

jfairley opened this issue Aug 6, 2015 · 3 comments · Fixed by #61

Comments

@jfairley
Copy link

jfairley commented Aug 6, 2015

I'm seeing the following error when I try to run tests using io.js v3.0.0. I'm trying to upgrade from nodejs v0.10.38. Does mock-fs not support the latest io.js or is this error a red herring?

stream.js:74
      throw er; // Unhandled stream error in pipe.
      ^
Error: Unsupported Node version: 3.0.0
    at Object.<anonymous> (/Users/jfairley/Development/workspace-git/live-clipping/node_modules/mock-fs/lib/index.js:33:9)
    at Module._compile (module.js:430:26)
    at Object.Module._extensions..js (module.js:448:10)
    at Object.Module._extensions.(anonymous function) [as .js] (/Users/jfairley/Development/workspace-git/live-clipping/node_modules/gulp-istanbul/node_modules/istanbul/lib/hook.js:109:37)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Function.Module._load (/Users/jfairley/Development/workspace-git/live-clipping/node_modules/mock-require/index.js:13:27)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (/Users/jfairley/Development/workspace-git/live-clipping/app/service/clipBusinessService_test.js:35:12)
npm ERR! Test failed.  See above for more details.
 ⇒ nvm current
iojs-v3.0.0
@caitp
Copy link
Contributor

caitp commented Aug 9, 2015

This will be very handy. Temporarily disabling io.js builds on travis, but getting more coverage of the node ecosystem is important

@tschaub
Copy link
Owner

tschaub commented Aug 10, 2015

Support for [email protected] will take some work. There are a number of non-trivial changes to address. Patches welcome. I'll try to put some time into it post-grand-reconcilliation-merger-thing.

@JustBlackBird
Copy link
Contributor

+1 for the issue 👍

JustBlackBird added a commit to JustBlackBird/mock-fs that referenced this issue Sep 11, 2015
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

Successfully merging a pull request may close this issue.

4 participants