I have built and tried to deploy the local server for web3 in my system, but while running with command yarn dev parse server migration file I came across this huge chunk of error,
then I tried to find the solution for it in the internet, some suggested to install ngrok manually and create an account and add the authtoken in the config file of the ngrok. Then after that again the same error came "failed to start the tunnel in the port "
Then I tried to tunnel manually the port using the command ngrok HTTP 1337 and the error was that we should have enterprise account to use ngrok for tunnelling.