OS : windows - wsl
ubuntu
24 LTS
Node: 18
This page appears in http://localhost:3000/extension/meshmap
after executing make kanvas-watch
.
Nothing unusal in meshery-server
logs and meshery-kanvas
logs
OS : windows - wsl
ubuntu
24 LTS
Node: 18
This page appears in http://localhost:3000/extension/meshmap
after executing make kanvas-watch
.
Nothing unusal in meshery-server
logs and meshery-kanvas
logs
@Vidit_Kushwaha, please confirm the version of nodejs that you’re using, verifying that it aligns with the prescribed version of node, which would be the same as Meshery UI.
It’s important that some of the commands that you execute are done so in particular sequence.
meshery
, meshery-cloud
, and meshery-extensions
repositories. Ensure that each of these repositories are siblings in the same parent directory.master
branch of meshery/meshery
master
branch of layer5labs/meshery-extensions
master
branch of layer5io/meshery-cloud
meshery
clone, run make ui-setup; make ui-server
command in your local meshery
repo to start Meshery Server locally.meshery-extensions
, clone run make kanvas
command in your local meshery-extensions
repo.Of the builds that you are trying to do, I recommend, first, trying a static build (e.g. make ui-build
and make prod
). Only after you have been successful with a static build, then try a dev build that watches the filesystem for changes (and dynamically rebuilds; e.g. make ui
and make kanvas-watch
). Execute make
in both the meshery repo clone and the extensions repo clone in order to see a description of which make targets perform a static build versus which make targets perform a dynamic build.