Closed drandreaskrueger closed 6 years ago
Hah.
Found the problem, and it was on my side. npm
/node
version issue, again. Sorry, I am by no means a JS expert.
Anyone else running into the same problem, here's a solution:
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
npm --version; node --version; truffle version; testrpc version | grep TestRPC
5.5.1
v9.0.0
Truffle v4.0.1 (core: 4.0.1)
Solidity v0.4.18 (solc-js)
EthereumJS TestRPC v6.0.1 (ganache-core: 2.0.0)
after solving that and that issue (so still identical setup & versions) ... I have a new problem: