Can someone let me know how to install wasp.cli on windows using terminal or git?? Win11
help needed
9 Replies
Hey, for Wasp to run on Windows, you need WSL. Here is a full guide on how to install it https://wasp-lang.dev/blog/2023/11/21/guide-windows-development-wasp-wsl
hey hi i almost ccompleted everything
but how to use the folder which i unzipped from mage gpt to create an web app
unzip it into a directory. Go to that directory, open terminal from it, run
wasp db start
, leave that running, open another terminal tab/windows from that directory, run wasp db migrate-dev
, once done, run wasp start
and leave that running.
Warning: Mage can produce Wasp apps with mistakes in them, and it is expected you have some dev experience to be able to fix those and continue from there -> if you don't have enough web dev experience, you will have a hard time getting it all to work and then continuing with it.Hi @martinsos i tried creating another version of the app, i executed successfully it even ran. but i am just able to login and log out but my rest of the app features are not displaying...can you let me know how to find and correct it?
https://usemage.ai/result/1669fa04-3150-4ba2-a3e0-d454faaac0a0 this is the link to th zip file through magegpt
MAGE GPT Web App Generator ✨ MageGPT
Generate your full-stack React, Node.js and Prisma web app using the magic of GPT and the Wasp full-stack framework.
the logs mentioned generating dashboard, upload recording and everything...but i am not bale to see any of it
Wohooo @GK, you just became a Waspeteer level 2!
Hi @GK. It's very possible that Mage made some errors in crating your app (especially if it includes complex stuff like video uploads). Mage is not an exact algorithm - it does its best to do what you want, but if that's too difficult, it's very likely to fail.
Of course, we're trying to improve Mage and make it as helpful as possible, but will never know everything.
Anyway, it's up to you (the programmer) to find and fix the errors made by Mage. If you need help with any specific errors, ask us and we'll be happy to help 😄
Anyway, it's up to you (the programmer) to find and fix the errors made by Mage. If you need help with any specific errors, ask us and we'll be happy to help 😄