Meshery-extensions-packages

Can someone help to set up meshery-extensions-packages in windows as im new to opensource.
I gave everything installed in WSL2 node,go,gcc and make.
But running make ui-setup in bash shows me
$ make ui-setup
bash: make: command not found

Check ‘contributing. md’ file, there you will find all steps required to setup project locally.

Also check this, might help - https://www.makeuseof.com/how-to-fix-make-command-not-found-error-ubuntu/

Your system doesn’t recognize make as being installed. Perhaps, you need to add it to your system path.