Error during setup of Meshery locally

  • Command Used: make ui-setup
  • Platform: Windows + WSL 2

Hey @Mohith_Gadireddy, The error message you’re encountering is related to a missing module in your Node.js project. It seems that the “lazy-ass” is missing from the package. you can try flushing the node_modules and package-lock.json. and try running npm i to reinstall the dependencies.

@Yash_Sharma After make setup I used make ui to run the UI
But getting this. Could you help me set this up correctly?

Hey @Mohith_Gadireddy is your server running? make sure you run make ui-server this will help you fetch your adapters. here is the reference Contributing to Meshery UI | Meshery