-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get ganache going #165
Comments
Even ganache directly dies.
|
I googled "Error: error:0308010C:digital envelope routines::unsupported" It turns out that it's a node.js error. Details here The solution is to downgrade from node.js v17 to v16, using node version manager (nvm): nvm install 16.13.0 With this, I am now able to run Digging around, I found that I have to also do: nvm use 16.13.0 Now, it works too! Final note: this issue was also discovered by eth-brownie community. Details. |
Update: even better: use nvm 16.13.2, not 16.13.0. |
I am also facing the same issue and it is not working even after using |
I am on a new setup running ubuntu 22.04. I was able to go through the TokenSPICE README out of the box. Some notes:
|
Do you have more detailed error messages? |
I can't get Ganache going (1) automatically, or (2) running separately. Details:
And it returns
The text was updated successfully, but these errors were encountered: