truffle serve 异常解决

主要在truffle serve会有异常,查看网上的资料,发现大部分在mac系统出现比较多,应该是版本问题,记录与此,方便后续有须要的同窗能够作参考php

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. (/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)node

采用npm uninstall -g truffle npm install -g truffle@3.2.1 应该可以解决npm

参考自ui

http://www.lookbc.com/read.php?tid=8359&fid=4&page=1spa

http://blog.csdn.net/lovelvyan/article/details/77620054.net

相关文章
相关标签/搜索