wasp new test cd test wasp db migrate-dev Installing wasp version 0.18.0 (latest). Found an existing installation on the disk, at /home/simon/.local/share/wasp-lang/0.18.0. Using it instead. Configuring wasp executable at /home/simon/.local/bin/wasp to use wasp version 0.18.0. ============================================== 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. 🐝 --- Creating your project from the "basic" template... ------------------------- Created new Wasp app in ./test directory! To run your new app, do: cd test wasp db migrate-dev wasp start Check the README.md for additional guidance! 🐝 --- Compiling wasp project... -------------------------------------------------- [ Wasp ] Starting npm install [ Wasp ] Still installing npm dependencies! [ Wasp ] Installation going great - we'll get there soon! [ Wasp !] npm warn deprecated @lucia-auth/adapter-prisma@4.0.1: This package has been deprecated. Please see https://lucia-auth.com/lucia-v3/migrate. [ Wasp !] npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead [ Wasp !] npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead [ Wasp !] npm warn deprecated lucia@3.2.2: This package has been deprecated. Please see https://lucia-auth.com/lucia-v3/migrate. [ Wasp !] npm warn deprecated oslo@1.2.1: Package is no longer supported. Please see https://oslojs.dev for the successor project. [ Wasp ] [ Wasp ] added 666 packages, and audited 668 packages in 20s [ Wasp ] [ Wasp ] 206 packages are looking for funding [ Wasp ] run `npm fund` for details [ Wasp ] [ Wasp ] 7 vulnerabilities (2 low, 5 moderate) [ Wasp ] [ Wasp ] To address all issues (including breaking changes), run: [ Wasp ] npm audit fix --force [ Wasp ] [ Wasp ] Run `npm audit` for details. [ Client ] Starting npm install [ Server ] Starting npm install [ Server ] [ Server ] added 153 packages, and audited 154 packages in 2s [ Server ] [ Server ] 30 packages are looking for funding [ Server ] run `npm fund` for details [ Server ] [ Server ] 3 high severity vulnerabilities [ Server ] [ Server ] To address all issues (including breaking changes), run: [ Server ] npm audit fix --force [ Server ] [ Server ] Run `npm audit` for details. [ Client ] [ Client ] added 97 packages, and audited 98 packages in 2s [ Client ] [ Client ] 17 packages are looking for funding [ Client ] run `npm fund` for details [ Client ] [ Client ] found 0 vulnerabilities ✅ --- Successfully completed npm install. ---------------------------------------- 🐝 --- Setting up database... ----------------------------------------------------- [ Db !] Error: There is no datasource in the schema. [ Db !] [ Db !] [ Db ] Environment variables loaded from .env [ Db ] Prisma schema loaded from ../db/schema.prisma [ Db !] Error: [ Db !] You don't have any datasource defined in your schema.prisma. [ Db !] You can define a datasource like this: [ Db !] [ Db !] datasource db { [ Db !] provider = "postgresql" [ Db !] url = env("DB_URL") [ Db !] } [ Db !] [ Db !] More information in our documentation: [ Db !] https://pris.ly/d/prisma-schema [ Db !] ❌ --- [Error] Your wasp project failed to compile: ------------------------------- - Prisma client generation failed with exit code: 1 ❌ --- [Error] Compilation of wasp project failed: -------------------------------- 1 errors found