WaspW
Wasp3y ago
TN

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]  > server@0.0.0 watch
[Server]  > nodemon --exec 'npm run build-and-start || exit 1'
[Server]
[Client]  > CourseCove@0.0.0 start
[Client]  > npm run validate-env && vite
[Client]
[Client]
[Client]  > CourseCove@0.0.0 validate-env
[Client]  > node -r dotenv/config ./scripts/validate-env.mjs
[Client]
[Client]  :mag: Validating environment variables...
[Client!] Bus error
Was this page helpful?