Open ericson949 opened 5 months ago
I also encountered this problem. It seems that it will occur if the path is too long.
If I use yarn as the package manager, there is no problem. However, as long as I use pnpm, for example, if my dependency is downloaded from a remote git repository, there will be a problem because pnpm will cause a very long path in the development environment.
package.json:
{
"dependencies": {
"@tools/odyssey": "git+https://gitlab.xxx.cn/xxxxxxx-xxxxx/xxxxxx-core.git#v0-24102502",
}
}
Describe the bug
in my vite 5 project, after we merge branch with new file, vite #DEV crash, and I have to stop and restard #DEV to new to be resolved by vite
Reproduction
npm create vite@latest
Steps to reproduce
System Info
Used Package Manager
pnpm
Logs
No response
Validations