Learning Resources

Troubleshooting Guides

Update Medusa Version#

While Medusa v2 is still in active development, a version is released every three hours under the preview tag.

If you run into issues during your development, try first to remove the node_modules directory and yarn.lock file (or package-lock.json) and re-install the dependencies:

Terminal
rm -rf node_modulesrm yarn.lock # or package-lock.jsonyarn install # or npm install

This updates the Medusa v2 dependencies to the latest preview version, which may have resolved your issue.

If your issue still persists, check out the troubleshooting guides below or create a GitHub issue.


Guides#

Was this page helpful?
Edit this page