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
3 Replies
Hi @Mitu. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
It seems like you're encountering a dependency conflict with
@tsconfig/node18
. Wasp requires that user dependencies match exactly the same version as the one Wasp is using. In this case, it appears that Wasp is using the latest
version of @tsconfig/node18
.
Unfortunately, the provided knowledge sources do not contain a direct solution to this issue. However, you might want to try updating your @tsconfig/node18
to the latest version to match Wasp's requirements.
If the issue persists, I recommend opening an issue on the Wasp Github page (https://github.com/wasp-lang/wasp/issues) for further assistance.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
Sorry @Mitu, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist:
Perhaps try again in 15mins?I alredy have the latest (18.2.4)
The version needs to be set to exactly:
^18.2.4
in your package.json
?