vruno
WWasp-lang
•Created by vruno on 8/8/2024 in #🙋questions
wasp db migrate-dev could not resolve [email protected]
I'm using MacOS and I'm tryng to install OpenSaaS by following the guide but when I try to run "wasp db migrate-dev"(both node 18 and 20) I get the following error:
❯ wasp db migrate-dev
🐝 --- Compiling wasp project... --------------------------------------------------
[ 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 ] Yup, still not done installing.
[ Wasp ] We're getting closer and closer, everything will be installed soon!
[ Wasp ] Still waiting for the installation to finish? You should! We got too far to give up now!
[ Wasp !] npm error code ERESOLVE
[ Wasp !] npm error ERESOLVE could not resolve
[ Wasp !] npm error
[ Wasp !] npm error While resolving: [email protected]
[ Wasp !] npm error Found: [email protected]
[ Wasp !] npm error node_modules/zod
[ Wasp !] npm error zod@"3.22.4" from the root project
[ Wasp !] npm error
[ Wasp !] npm error Could not resolve dependency:
[ Wasp !] npm error peerOptional zod@"^3.23.8" from [email protected]
[ Wasp !] npm error node_modules/openai
[ Wasp !] npm error openai@"^4.52.1" from the root project
[ Wasp !] npm error
[ Wasp !] npm error Conflicting peer dependency: [email protected]
[ Wasp !] npm error node_modules/zod
[ Wasp !] npm error peerOptional zod@"^3.23.8" from [email protected]
[ Wasp !] npm error node_modules/openai
[ Wasp !] npm error openai@"^4.52.1" from the root project
[ Wasp !] npm error
[ Wasp !] npm error Fix the upstream dependency conflict, or retry
[ Wasp !] npm error this command with --force or --legacy-peer-deps
[ Wasp !] npm error to accept an incorrect (and potentially broken) dependency resolution.
6 replies