truffle serve 发生异常解决办法

安装步骤前几步都没有问题

mkdir demo001 # Create a folder for your new dapp
cd demo001 # Move into that folder
truffle init # Initialize a default truffle project in that folder
truffle migrate # Build, compile, & deploy the dapp

执行到下面代码时发生错误

truffle serve # Host your web interface on port 8080

错误异常如下:

Serving static assets in ./build on port 8080...
/usr/local/lib/node_modules/truffle/build/cli.bundled.js:115605
  return (new fsevents(path)).on('fsevent', callback).start();
          ^

TypeError: fsevents is not a constructor
    at createFSEventsInstance (/usr/local/lib/node_modules/truffle/build/cli.bundled.js:115605:11)
    at setFSEventsListener (/usr/local/lib/node_modules/truffle/build/cli.bundled.js:115659:16)
    at FSWatcher.FsEventsHandler._watchWithFsEvents (/usr/local/lib/node_modules/truffle/build/cli.bundled.js:115823:16)
    at FSWatcher.<anonymous> (/usr/local/lib/node_modules/truffle/build/cli.bundled.js:115957:25)
    at gotStat (fs.js:1785:21)
    at FSReqWrap.oncomplete (fs.js:152:21)

解决办法

通过网上的资料的查找,最后找到解决办法如下:
我用的是truffle的最新版本(3.4.9),在这个版本有这个问题出现,把版本换成3.2.1问题解决。安装指令如下:

npm uninstall -g truffle
npm install -g truffle@3.2.1

官网github有人也问过这个问题,地址:
https://github.com/trufflesuite/truffle/issues/448

  • 2
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 4
    评论
评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值