node 7.0 Cannot find module 'internal/fs'
node 6.9 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.
有什么解决方法?在 node 7.0 中。
1
kfll 2016-11-01 11:48:35 +08:00
`please update it to a more recent version.`
npm list graceful-fs 看你的直接依赖里面谁直接依赖或间接依赖了 graceful-fs@4 以前的版本,你就升级谁 |