You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The migration doesn't appear to work, either. I'm new to truffle, so hacking-around on the migration (trying to follow the docs on truffle-deployer) doesn't appear to improve the situation.
So this appears to be broken? I'm running with ganache-cli and
To get this running I had to:
Change truffle.js to reflect the correct hostname: localhost, not testrpc - I have no DNS alias to testrpc.
Grab submodule during install.
git submodule update --init --recursive
Run the CLI with
npm run ens
, as I have no babel-node.I'm sure all of those are fixed with a docker virt, but I didn't use docker.
The text was updated successfully, but these errors were encountered: