以太坊合约框架truffle搭建

truffle init初始化下载报错问题

一直处于Downloading状态。
科学上网后就显示连接失败。
最后在truffle的GitHub下找到解决办法:
https://github.com/googlehosts/hosts
使用这里的hosts…

TypeError [ERR_INVALID_REPL_INPUT]: Listeners for uncaughtException cannot be used in the REPL

https://github.com/trufflesuite/truffle/issues/2070
说是版本问题,需要更换到node v11,没办法重装吧。

truffle改编译器版本问题

我无论如何都不能在truffle-config.js下更改我的version: “0.5.1”
改了之后就会报错:
Compiling .\contracts\hello.sol TypeError: Cannot read property 'nodes' of u
现在我只能把黎老师教程里面的0.4.x的代码改成0.5.1的…
也算是一种锻炼吧。

你可能感兴趣的:(区块链学习-以太坊)