主要在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