nextjs-starter-medusa icon indicating copy to clipboard operation
nextjs-starter-medusa copied to clipboard

Multiple errors encountered when trying to start development server

Open tonievictor opened this issue 1 year ago • 2 comments

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:"

tonievictor avatar Jun 21 '23 15:06 tonievictor

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 :)

ivanskodje avatar Jun 28 '23 11:06 ivanskodje

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.

tonievictor avatar Jul 03 '23 09:07 tonievictor