Getting started with Wasp on Terminal

I am trying to run the generated app on my local machine (Via Termux terminal on Android) I get this message after following the code prompts on MageGPT website : (first screenshot) I tried the Solution shared in : It returns this error (second screenshot)
No description
No description
6 Replies
JadeOfWallstreet
Hey man @matijash This is where I'm stucked at.
matijash
matijash5mo ago
huh, not super familiar with Android but should be similar probably. What's the profile file, e,g, ~/.bashrc? From what I see you've been typing export command directly in the terminal, but you have to open the file first and then put the export line in it. then save it and restart the terminal so it takes effect and change the 'xxx' part with your username on the machine, so the path makes sense
martinsos
martinsos5mo ago
@JadeOfWallstreet I am afraid we don't currently support running on Termux, check out https://github.com/wasp-lang/wasp/issues/1100 . But you can run Wasp on a Linux PC or on Mac or even Windows (but with WSL).
JadeOfWallstreet
Can you give me instructions as you would on Linux?
MEE6
MEE65mo ago
Wohooo @JadeOfWallstreet, you just became a Waspeteer level 1!
martinsos
martinsos5mo ago
Here they are, for linux and other OSes! https://wasp-lang.dev/docs/quick-start Even if you set up PATH on Termux, it doesn't matter, Wasp won't work, check the issue I linked.
Want results from more Discord servers?
Add your server
More Posts
not working with Node 20.11.0after installing the WASP on my ubuntu 22.04 I am getting error that it requires node version 18 buHelp with DB build/deploy error.Getting a weird build/deploy error when I try these commands. Haven't had this issue before and can'openai gpt Assistant api, or embeddings template? How to select version when git cloning?Hey when i git clone the project i get the ai gpt scheduler/task manager as the openai demoapp page Mongodb with open-saasThanks for the great template for saas starters (open-saas), my usecase is to use it with mongodb, iCant find: src/shared/constants.ts file? Stripe connect.There is no constants.ts file in my app? Do i have to create it? "In stripe copy the Customer portaNode 20.x.x isn't compatible with Wasp? Or am I doing something wrong?I'm getting this error ``` ❌ --- [Error] Node requirement not met: ---------------------------------Cant start database docker is not working on wsl properly✨ Starting a PostgreSQL dev database (based on your Wasp config) ✨ Additional info: ℹ Connection UUnable to access the Dashboard as an admin userWhen I spin up a open-saas repo (https://github.com/wasp-lang/open-saas.git) everything works swimmiDisable case sensitivity on username register/login?So I can enforce my user that is registering to use a lowercase username by doing the following: ``[SOLVED] OpenSaaS installation docker and db issuei tried ```wasp start db``` and getting this error. How to fix this and procceed? Error message: ``✨