-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
Description
Describe the bug
in github codespace, run following command
pnpm install
pnpm run buildcomes out error:
│ shimmed: lilconfig/dist/index.js
│ ELIFECYCLE Command failed with exit code 129.
│ ERROR: "build-bundle" exited with 1.
└─ Failed in 35s at /workspaces/vite/packages/vite
/workspaces/vite/packages/vite:
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL [email protected] build: `rimraf dist && run-s build-bundle build-types`
Exit status 1
ELIFECYCLE Command failed with exit code 1.Reproduction
no-Reproduction-url
Steps to reproduce
in github codespace, run following command
pnpm install
pnpm run buildSystem Info
System:
OS: Linux 5.4 Ubuntu 20.04.5 LTS (Focal Fossa)
CPU: (2) x64 Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz
Memory: 1.13 GB / 3.84 GB
Container: Yes
Shell: 5.0.17 - /bin/bash
Binaries:
Node: 19.7.0 - ~/nvm/current/bin/node
Yarn: 1.22.19 - /usr/bin/yarn
npm: 9.5.0 - ~/nvm/current/bin/npm
npmPackages:
@vitejs/release-scripts: ^1.1.0 => 1.1.0
vite: workspace:* => 4.3.0-beta.2Used Package Manager
pnpm
Logs
│ shimmed: lilconfig/dist/index.js
│ ELIFECYCLE Command failed with exit code 129.
│ ERROR: "build-bundle" exited with 1.
└─ Failed in 35s at /workspaces/vite/packages/vite
/workspaces/vite/packages/vite:
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL [email protected] build: `rimraf dist && run-s build-bundle build-types`
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.
Reactions are currently unavailable
