"[ Wasp ] Starting npm install [ Wasp ] Still installing npm dependencies! [ Wasp ] Installation going great - we'll get there soon! [ Wasp ] The installation is taking a while, but we'll get there! [ 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 664 packages, and audited 666 packages in 28s [ Wasp ] [ Wasp ] 204 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 3s [ 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"