3 Replies
use lllinux
install WSL and remote connect to it through VS code
Hi @Deleted User, @cubub is right. Windows support is currently available only through WSL2, but we have plans to make it work nateively as well.
More details here: https://github.com/wasp-lang/wasp/issues/48
Thanks for trying out Wasp and let us know if you need any more help!
GitHub
wasp start
failing on windows · Issue #48 · wasp-lang/waspWasp doesn't yet have native support for Windows, explained here: #47 (comment) . But, you can use it nicely via WSL (Windows Subsystem for Linux)! Once you set up Ubuntu on WSL, just follow Li...