79627181

Date: 2025-05-18 05:54:24
Score: 1
Natty:
Report link

If you are using Yarn of recent versions (such as Berry), the modules are most likely located in a shared cache and Vite can't link them properly.

It is enough to place a .yarnrc.yml file in the root folder of the project, with just one line:

nodeLinker: node-modules

and run yarn install again

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dmitriy Klimov