刚开始尝试使用Sails JS。安装并创建了一个测试应用程序,当我执行sails lift
时 - 我得到:
error: Grunt :: (node:6108) fs: re-evaluating native module sources is not suppo
rted. If you are using the graceful-fs module, please update it to a more recent
version.
我跑npm update graceful-fs
但似乎没有做任何事情。有什么想法吗?
TIA
答案 0 :(得分:0)
显然,节点6.x存在问题。降级到节点5.11.1,它现在正在运行。