I receive the following error when trying to install Forge on my WSL v2 Ubuntu system. I have verified that NPM and NVM are up to date. Node.js is installed and updated. And docker is up to date as well.
npm ERR! code 1
npm ERR! path /home/USER/.nvm/versions/node/v18.17.1/lib/node_modules/@forge/cli/node_modules/ngrok
npm ERR! command failed
npm ERR! command sh -c node ./postinstall.js
npm ERR! ngrok - downloading binary https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.zip
npm ERR! ngrok - downloading progress:
npm ERR! ngrok - error downloading from URL RequestError: self-signed certificate in certificate chain
Any ideas?