Hey! Any ideas on some solutions to these errors?
This popped up on me today, not even GPT knows a solution lol. Let me know your thoughts, i'd love the help!
5 Replies
more specifically these errors:
Cannot find module 'wasp/entities' or its corresponding type declarations.
Cannot find module 'wasp/server' or its corresponding type declarations.
Cannot find module 'wasp/server/operations' or its corresponding type declarations.
Howdy 👋
- Which Wasp version do you have installed? Check with
wasp version
- Did you run the Wasp compiler at all? Try running wasp start
it needs to compile the SDK for you to have all the wasp/*
packagesI had a very similar issue today, something broke in the .wasp folder. Solution was cli: wasp clean (delete all .wasp and node_modules stuff) and wasp start (reinstall all this again)
@mindreaderlupoDO any idea how you got into this state? If we can identify what specific scenario causes that, we can look into trying to mitigating that.
No sorry, I can not recall that scenario. If it happens again I will let you know