medusajs / nextjs-starter-medusa

A performant frontend ecommerce starter template with Next.js 14 and Medusa.
https://next.medusajs.com/
MIT License
1.76k stars 488 forks source link

Multiple errors encountered when trying to start development server #130

Open tonievictor opened 1 year ago

tonievictor commented 1 year ago

When you run yarn dev or npm run dev, the app claims to build successfully. Once you try to access it on local host, it returns several errors including "There are multiple modules with names that only differ in casing. This can lead to unexpected behavior when compiling on a filesystem with other case-semantic. Use equal casing. Compare these module identifiers:"

ivanskodje commented 1 year ago

Did you run yarn to install it before trying to run yarn dev?

It would be more helpful to use if you included to full logs from and included the command you used :)

tonievictor commented 1 year ago

Apparently the error is consistent with Windows environment. I had to run it on a Linux environment and it worked just fine.

I've referenced the root issue here.

Thanks.