Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Error: fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version. #564

Closed
MoOx opened this issue May 2, 2016 · 3 comments

Comments

@MoOx
Copy link
Contributor

MoOx commented May 2, 2016

Error: (node:1458) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
    at ChildProcess.<anonymous> (/Users/MoOx/setup/dotfiles/.atom/packages/linter-eslint/node_modules/atom-linter/node_modules/sb-exec/lib/index.js:36:20)
    at emitTwo (events.js:87:13)
    at ChildProcess.emit (events.js:172:7)
    at maybeClose (internal/child_process.js:818:16)
    at Socket.<anonymous> (internal/child_process.js:319:11)
    at emitOne (events.js:77:13)
    at Socket.emit (events.js:169:7)
    at Pipe._onclose (net.js:469:12)

This appears when I update Node to 6.x.

@Arcanemagus
Copy link
Member

Can you file this on exec, the package that was thrown from?

@MoOx
Copy link
Contributor Author

MoOx commented May 2, 2016

Done steelbrain/exec#13

@hgwood
Copy link

hgwood commented May 13, 2016

It means it will break in Node 7. See nodejs/node#5102. A dependency is probably using graceful-fs@<4.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants