Issue migrating to Wasp TypeScript config
Hi!
I'm encountering an issue migrating my Wasp v0.15.0 proejct to the new Wasp TypeScript config.
I'm following the guide in the docs (https://wasp-lang.dev/docs/general/wasp-ts-config) but running into an issue at step 8:
I'm encountering an issue migrating my Wasp v0.15.0 proejct to the new Wasp TypeScript config.
I'm following the guide in the docs (https://wasp-lang.dev/docs/general/wasp-ts-config) but running into an issue at step 8:
➜ wasp ts-setup
[ Wasp !] npm ERR! code ERESOLVE
[ Wasp !] npm ERR! ERESOLVE unable to resolve dependency tree
[ Wasp !] npm ERR!
[ Wasp !] npm ERR! While resolving: promptpanda@undefined
[ Wasp !] npm ERR! Found: react@18.3.1
[ Wasp !] npm ERR! node_modules/react
[ Wasp !] npm ERR! react@"^18.2.0" from the root project
[ Wasp !] npm ERR! peer react@">=16.8.0" from @dnd-kit/core@6.3.1
[ Wasp !] npm ERR! node_modules/@dnd-kit/core
[ Wasp !] npm ERR! @dnd-kit/core@"^6.3.1" from the root project
[ Wasp !] npm ERR!
[ Wasp !] npm ERR! Could not resolve dependency:
[ Wasp !] npm ERR! peer react@"^19.0.0" from react-dom@19.0.0
[ Wasp !] npm ERR! node_modules/react-dom
[ Wasp !] npm ERR! peer react-dom@">=16.8.0" from @dnd-kit/core@6.3.1
[ Wasp !] npm ERR! node_modules/@dnd-kit/core
[ Wasp !] npm ERR! @dnd-kit/core@"^6.3.1" from the root project
[ Wasp !] npm ERR!
[ Wasp !] npm ERR! Fix the upstream dependency conflict, or retry
[ Wasp !] npm ERR! this command with --force or --legacy-peer-deps
[ Wasp !] npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
[ Wasp !] npm ERR!
[ Wasp !] npm ERR!
[ Wasp !] npm ERR! For a full report see:
[ Wasp !] npm ERR! /Users/wwwillems/.npm/_logs/2025-02-01T13_24_12_421Z-eresolve-report.txt
[ Wasp !]
[ Wasp !] npm ERR! A complete log of this run can be found in: /Users/wwwillems/.npm/_logs/2025-02-01T13_24_12_421Z-debug-0.log➜ wasp ts-setup
[ Wasp !] npm ERR! code ERESOLVE
[ Wasp !] npm ERR! ERESOLVE unable to resolve dependency tree
[ Wasp !] npm ERR!
[ Wasp !] npm ERR! While resolving: promptpanda@undefined
[ Wasp !] npm ERR! Found: react@18.3.1
[ Wasp !] npm ERR! node_modules/react
[ Wasp !] npm ERR! react@"^18.2.0" from the root project
[ Wasp !] npm ERR! peer react@">=16.8.0" from @dnd-kit/core@6.3.1
[ Wasp !] npm ERR! node_modules/@dnd-kit/core
[ Wasp !] npm ERR! @dnd-kit/core@"^6.3.1" from the root project
[ Wasp !] npm ERR!
[ Wasp !] npm ERR! Could not resolve dependency:
[ Wasp !] npm ERR! peer react@"^19.0.0" from react-dom@19.0.0
[ Wasp !] npm ERR! node_modules/react-dom
[ Wasp !] npm ERR! peer react-dom@">=16.8.0" from @dnd-kit/core@6.3.1
[ Wasp !] npm ERR! node_modules/@dnd-kit/core
[ Wasp !] npm ERR! @dnd-kit/core@"^6.3.1" from the root project
[ Wasp !] npm ERR!
[ Wasp !] npm ERR! Fix the upstream dependency conflict, or retry
[ Wasp !] npm ERR! this command with --force or --legacy-peer-deps
[ Wasp !] npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
[ Wasp !] npm ERR!
[ Wasp !] npm ERR!
[ Wasp !] npm ERR! For a full report see:
[ Wasp !] npm ERR! /Users/wwwillems/.npm/_logs/2025-02-01T13_24_12_421Z-eresolve-report.txt
[ Wasp !]
[ Wasp !] npm ERR! A complete log of this run can be found in: /Users/wwwillems/.npm/_logs/2025-02-01T13_24_12_421Z-debug-0.log