Closed
Description
Describe the bug
Trying building Vite repo fails patching dist CJS:
Reproduction
run pnpm run build
in this repo
System Info
System:
OS: Windows 10 10.0.19044
CPU: (16) x64 Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
Memory: 39.14 GB / 63.95 GB
Binaries:
Node: 16.13.0 - C:\Program Files\nodejs\node.EXE
npm: 8.1.0 - C:\Program Files\nodejs\npm.CMD
Browsers:
Chrome: 103.0.5060.134
Edge: Spartan (44.19041.1266.0), Chromium (103.0.1264.62)
Internet Explorer: 11.0.19041.1566
Used Package Manager
pnpm
Logs
Click to expand!
F:\work\projects\quini\GitHub\vite-new-hooks-symlinks\vite\packages\plugin-legacy:
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL @vitejs/[email protected] build: `unbuild && pnpm run patch-cjs`
Exit status 1
ELIFECYCLE Command failed with exit code 1.
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.