W
Wasp-langβ€’3mo ago
Mitu

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
kapa.ai
kapa.aiβ€’3mo ago
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?
Mitu
Mituβ€’3mo ago
I alredy have the latest (18.2.4)
miho
mihoβ€’3mo ago
The version needs to be set to exactly: ^18.2.4 in your package.json?
Want results from more Discord servers?
Add your server