Meshery UI Dev Server throwing error

@Vaibhav.Maurya
Please do the following:

  1. Go to your meshery folder in your local-system where you’ve cloned it.
    Execute:
git remote add upstream https://github.com/meshery/meshery
git fetch upstream

restart the meshery server.

Addionally, before restarting the server, you might like to pull the latest changes, for that you can do:

git pull upstream master