- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
General Errors
Resolve "Cannot find module X" Errors#
This error can occur while installing any of Medusa's projects (for example, Next.js Starter storefront). There is no specific cause to this error.
One way to resolve it is by removing the node_modules
directory in the project and re-installing the dependencies:
Was this page helpful?