陈斌彬的技术博客

Stay foolish,stay hungry

Graceful-fs Warning When Running Grunt Task

Warning: (node:2771) 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.

If you’re using homebrew here is how you can downgrade to v5.11.0

brew tap homebrew/versions
brew unlink node
brew install homebrew/versions/node5