13 lines
371 B
Plaintext
13 lines
371 B
Plaintext
import ModuleXErrorSection from '../_sections/common-installation-errors/module-x-error.mdx'
|
|
|
|
export const metadata = {
|
|
title: `General Errors`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
This troubleshooting guide covers general errors you may encounter while installing or developing with Medusa and how to resolve them.
|
|
|
|
## Resolve "Cannot find module X" Errors
|
|
|
|
<ModuleXErrorSection /> |