Closed userquin closed 2 weeks ago
Running pnpm run build on local VP repo on a Windows machine hangs.
pnpm run build
Run pnpm run build on a Windows machine
Shouldn't hang
System: OS: Windows 10 10.0.19045 CPU: (20) x64 12th Gen Intel(R) Core(TM) i7-12700H Memory: 34.88 GB / 63.71 GB Binaries: Node: 22.6.0 - C:\Program Files\nodejs\node.EXE npm: 10.8.2 - C:\Program Files\nodejs\npm.CMD pnpm: 9.12.3 - C:\Program Files\nodejs\pnpm.CMD Browsers: Edge: Chromium (127.0.2651.74) Internet Explorer: 11.0.19041.4355
Using fast-glob just works.
fast-glob
We can fix tinyglobby using cwd and removing absolute path for the workers.
tinyglobby
cwd
Describe the bug
Running
pnpm run build
on local VP repo on a Windows machine hangs.Reproduction
Run
pnpm run build
on a Windows machineExpected behavior
Shouldn't hang
System Info
Additional context
Using
fast-glob
just works.We can fix
tinyglobby
usingcwd
and removing absolute path for the workers.Validations