hi why iam this problems?:
bala@b4l4:~$ curl -sSL https://get.wasp-lang.dev/installer.sh | sh
Installing wasp version 0.11.8 (latest).
Found an existing installation on the disk, at /home/bala/.local/share/wasp-lang/0.11.8. Using it instead.
Configuring wasp executable at /home/bala/.local/bin/wasp to use wasp version 0.11.8.
==============================================
wasp has been successfully installed! To create your first app, do:
- wasp new MyApp
Optional:
- to install bash completion for wasp, run wasp completion and follow the instructions.
bala@b4l4:~$ wasp new MyApp
14 Replies
in Windows WSL
what's the error you get when running
wasp new
?it solved it brother✌️✨
Can i use Clerk, Auth0 etc in wasp?
Yeah you could, although Wasp's built-in Auth takes care of everything for you
cool brother. so it has Google login too?
At the moment Wasp only supports Google, Github, and Email-verified Auth, but in the update coming out next week I think we will be able to use more providers, is that right @miho ?
and really thanks for your replies✨✨✨✨✨
you're welcome
brother once save the env what i want to do: still its showing:🔍 Validating environment variables...
[Server!] Error: The OPENAI_API_KEY environment variable is missing or empty; either provide it, or instantiate the OpenAI client with an apiKey option, like new OpenAI({ apiKey: 'my apiKey' }).
[Server!] at new OpenAI (file:///mnt/e/SAAAAS/sas/memerator-tutorial/memerator-tutorial/.wasp/out/server/node_modules/openai/index.mjs:32:13)
[Server!]
[Server!] Node.js v18.19.1
[Server] [nodemon] app crashed - waiting for file changes before starting...
😊
the first line in your error tells you your issue
check out line 26 in your
.env.server
fileThe new auth providers besides Google and Github are coming a bit later than next week, but soon 😄
nice!
Hi i have one question that AFTER EDITING THE FRONTEND CODE AND SAVED . WHY IAM NOT ABLE TO SEE THE CHANGES IN BROWSER. AFTER EACH CHANGES I WANT TO DO "WASP START" FOR ALL SMALL CHANGES I HAVE MADE? . PLEASE HELP
NO YELLING IS NEEDED :D!
No, they should be reflected automatically. If you are on wsl on win, you might have issues with
wasp start
not picking up stuff -> that is WSL bug, and solution is to keep your source files, of your wasp project, on linux file system, not win file system.