Installing wasp error
Whenever I am trying to run this line of code:
curl -sSL https://get.wasp-lang.dev/installer.sh | sh
I get this error, shown in the photo.
What should I do to fix this?
2 Replies
Are you using Windows? if you are, here are some explanations on how to use Wasp on Windows : https://github.com/wasp-lang/wasp/issues/48
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...
Yea i am using windows, lemme try using this way
ty