运行truffle serve时,返回 Error: fsevents is not a constructor的解决方案

运行truffle serve时,返回 Error: fsevents is not a constructor的解决方案

系统信息:

  • 操作系统:Ubuntu 16.04
  • truffle版本:v3.3.0
  • node.js版本:v9.4.0
  • npm版本:5.6.0

问题

  1. 在正确的初始化truffle init 、编译truffle compile 以及 部署truffle migrate 之后
  2. 输入truffle serve
  3. 返回Error: fsevents is not a constructor

解决方案

降低truffle版本至3.2.1

#npm uninstall -g truffle
#npm install -g [email protected]

你可能感兴趣的:(运行truffle serve时,返回 Error: fsevents is not a constructor的解决方案)