Ganache-Cli – How to Fix Digital Envelope Routines Unsupported Error

ganache-cli

When running the command ganache-cli in Git Bash, I get the following error.

Error

I have already installed Truffle and Ganache-Cli, and I've even tried on Powershell and the Windows command prompt (all ran as admin), but to no avail.

How do I fix this? Thank you!

Best Answer

If you're using the current version of NodeJS, try uninstalling NodeJS completely and downgrade it to the latest LTS version.

NodeJS Installation Page

Related Topic