tschaub / mock-fs

Configurable mock for the fs module
https://npmjs.org/package/mock-fs
Other
911 stars 86 forks source link

Doesn't work with node 4.2.1 #66

Closed erbridge closed 9 years ago

erbridge commented 9 years ago

I get the following error:

Error: Unsupported Node version: 4.2.1
    at Object.<anonymous> (/path/to/project/node_modules/mock-fs/lib/index.js:34:9)
bookercodes commented 9 years ago

Support for Node 4.X.X was only recently added - the npm package still needs updating.

In the mean time, you can install from source:

npm install --save-dev tschaub/mock-fs

@tschaub, please let me know if there's anything I can to do expedite this.

tschaub commented 9 years ago

Version 3.4.0 was published on Oct 17 with support for Node 4.