- ganache giveup
$ chmod a+x Subsurface*.AppImage
$ ./Subsurface*.AppImage
# apt-file search libX11
# sudo apt-get install filename (search左侧即为安装包名)
#vi /etc/ld.so.conf
npm uninstall truffle
npm install -g truffle
$ mkdir dapp$ cd dapp$ truffle unbox webpack
truffle serve 时 Error: fsevents is not a constructor
#npm uninstall -g truffle
#npm install -g truffle@3.2.1
rm -fr .* 删除隐藏文件
清除占用端口
netstat -tln
lsof -i:8545
kill -9 25011
查找文件
find / -name webpack