I've just created my first project following the guide, but I get an error when running
wasp db migrate-dev
wasp db migrate-dev
This is the steps I've done so far: -
wasp new
wasp new
-
wasp db
wasp db
-
wasp db migrate-dev
wasp db migrate-dev
Result:
🐝 --- Compiling wasp project... --------------------------------------------------[ Wasp ] Starting npm install[ Wasp !] npm error code ERESOLVE[ Wasp !] npm error ERESOLVE unable to resolve dependency tree[ Wasp !] npm error[ Wasp !] npm error While resolving: opensaas@undefined[ Wasp !] npm error Found: [email protected][ Wasp !] npm error node_modules/react[ Wasp !] npm error react@"^18.2.0" from the root project[ Wasp !] npm error peer react@">=16" from [email protected][ Wasp !] npm error node_modules/react-hot-toast[ Wasp !] npm error react-hot-toast@"^2.4.1" from the root project[ Wasp !] npm error[ Wasp !] npm error Could not resolve dependency:[ Wasp !] npm error peer react@"^19.0.0" from [email protected][ Wasp !] npm error node_modules/react-dom[ Wasp !] npm error peer react-dom@">=16" from [email protected][ Wasp !] npm error node_modules/react-hot-toast[ Wasp !] npm error react-hot-toast@"^2.4.1" from the root project
🐝 --- Compiling wasp project... --------------------------------------------------[ Wasp ] Starting npm install[ Wasp !] npm error code ERESOLVE[ Wasp !] npm error ERESOLVE unable to resolve dependency tree[ Wasp !] npm error[ Wasp !] npm error While resolving: opensaas@undefined[ Wasp !] npm error Found: [email protected][ Wasp !] npm error node_modules/react[ Wasp !] npm error react@"^18.2.0" from the root project[ Wasp !] npm error peer react@">=16" from [email protected][ Wasp !] npm error node_modules/react-hot-toast[ Wasp !] npm error react-hot-toast@"^2.4.1" from the root project[ Wasp !] npm error[ Wasp !] npm error Could not resolve dependency:[ Wasp !] npm error peer react@"^19.0.0" from [email protected][ Wasp !] npm error node_modules/react-dom[ Wasp !] npm error peer react-dom@">=16" from [email protected][ Wasp !] npm error node_modules/react-hot-toast[ Wasp !] npm error react-hot-toast@"^2.4.1" from the root project
Recent Announcements
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
W
Wasp
Rails-like framework for React, Node.js and Prisma. Build your app in a day and deploy it with a single CLI command.