OS: Windows 10
WSL Version: 2
Distro: Ubuntu 24.04
Error:
When running the make server command, I encountered the following error:
Steps Taken:
- Pulled the latest changes from Meshery and merged them.
Solution:
I realized I missed a crucial step during the setup. Running the following command fixed the error:
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
Restart-Computer
