TN
TN
WWasp-lang
Created by TN on 10/9/2023 in #đŸ™‹questions
Does WASP work with Supabase or Firebase?
Can I use Supabase or Firebase as my database for my WASP project?
5 replies
WWasp-lang
Created by TN on 10/9/2023 in #đŸ™‹questions
Issues Starting my WASP Project: Bus error
While trying to start my new WASP Project I successfully set up my database and ready to start my WASP project. I run: wasp start and get this error in return:
[Server] > [email protected] watch
[Server] > nodemon --exec 'npm run build-and-start || exit 1'
[Server]
[Client] > [email protected] start
[Client] > npm run validate-env && vite
[Client]
[Client]
[Client] > [email protected] validate-env
[Client] > node -r dotenv/config ./scripts/validate-env.mjs
[Client]
[Client] :mag: Validating environment variables...
[Client!] Bus error
[Server] > [email protected] watch
[Server] > nodemon --exec 'npm run build-and-start || exit 1'
[Server]
[Client] > [email protected] start
[Client] > npm run validate-env && vite
[Client]
[Client]
[Client] > [email protected] validate-env
[Client] > node -r dotenv/config ./scripts/validate-env.mjs
[Client]
[Client] :mag: Validating environment variables...
[Client!] Bus error
9 replies