Mitu
WWasp-lang
•Created by Mitu on 8/9/2024 in #🙋questions
When i'm running wasp db migrate-dev, that's what i get
wasp db migrate-dev
🐝 --- Compiling wasp project... --------------------------------------------------
❌ --- [Error] Your wasp project failed to compile: -------------------------------
- Error: Dependency conflict for user dependency (@tsconfig/node18, ^18.2.4): Version must be set to the exactly the same version as the one wasp is using: latest
❌ --- [Error] Compilation of wasp project failed: --------------------------------
1 errors found
6 replies
WWasp-lang
•Created by Mitu on 8/8/2024 in #🙋questions
when im runnig wasp start db, db is not connecting, just this happens and that's it endlessly
wasp start db
✨ Starting a PostgreSQL dev database (based on your Wasp config) ✨
Additional info:
ℹ Connection URL, in case you might want to connect with external tools:
postgresql://postgresWaspDevUser:postgresWaspDevPass@localhost:5432/OpenSaaS-0ac1e6b787
ℹ Database data is persisted in a docker volume with the following name (useful to know if you will want to delete it at some point):
wasp-dev-db-OpenSaaS-0ac1e6b787
...
5 replies
WWasp-lang
•Created by Mitu on 8/8/2024 in #🙋questions
When i'm running this line - wasp db-migrate dev, Im getting this error
🐝 --- Compiling wasp project... --------------------------------------------------
wasp: /home/runner/.cabal/share/x86_64-linux-ghc-8.10.7/waspc-0.14.0/Generator/templates/react-app/README.md: openBinaryFile: does not exist (No such file or directory)
7 replies