Cannot install wasp

Hello guys! I'm trying to install wasp right now on my Windows computer by running this command
curl -sSL https://get.wasp-lang.dev/installer.sh | sh
curl -sSL https://get.wasp-lang.dev/installer.sh | sh
however I'm getting the error im attaching in this post. I've looked around tried changing things, versions of nvm, git bash etc... and cannot get past this error. Anyone else face the same thing?
No description
7 Replies
Fecony
Fecony4mo ago
Hey there is an Article guide to run wasp on Windows, this will of course require you to use WSL https://wasp-lang.dev/blog/2023/11/21/guide-windows-development-wasp-wsl
martinsos
martinsos4mo ago
@DirtyBirdy19 , I am just curious, as we often have people asking about how to install on windows -> which instructions did you follow to end up on that command above, without knowing how to install Wasp on windows? Was it via Mage, or via Wasp docs, or via OpenSaas, or something else? It seem we have a problem with not having Win instructions visible enough, so I am trying to figure out what we can fix.
DirtyBirdy19
DirtyBirdy194mo ago
I was following the instructions for OpenSaas. Faced the error and joined the discord from that link in the documentation, you guys are very helpful!
martinsos
martinsos4mo ago
Ha thanks, I am glad to hear that :)! OK, our instructions there indeed don't say that this is not for native Windows, I will see that we update them.
martinsos
martinsos4mo ago
Ok, I opened an issue for it here https://github.com/wasp-lang/open-saas/issues/45 .
GitHub
In the docs, under "Getting Started", make it clear that curl ......
There is a piece of code at "Getting Started" docs page that has curl ... command for installing Wasp, but it doesn't say that it is not for native Windows, but for Linux/Mac/WSL. We ...
DirtyBirdy19
DirtyBirdy194mo ago
Awesome. Thank you! Do you guys know if it will ever be fully accessible for native windows?
martinsos
martinsos4mo ago
It certainly will be, we already did quite some effort in the past to get closer to it, but there are still some things to figure out and we didn't have time to do it. I think it will likely happen this year, depends on how our priorities will be shifting.