rc8在离线本地部署的情况下,会出现报错,定位在scripts文件中 #3510
Replies: 2 comments
|
I checked this against rc.8 source revision rc.8 introduced a root build orchestrator that calls The reported Node 25.1.0 and pnpm 11.7.0 match rc.8's declared contracts ( Two safe source-identity paths:
Do not initialize a new repository, make a synthetic commit, or insert I wrote the PowerShell/CMD/POSIX commands, Git-bundle flow, dependency-closure checklist, build-record verification, and regression contract here: |
|
ubuntu 24.04, node24.13 一样错误 |
Uh oh!
There was an error while loading. Please reload this page.
报错如下
$ tsx scripts/build.ts
node:internal/errors:998
const err = new Error(message);
^
Error: Command failed: git rev-parse HEAD
at genericNodeError (node:internal/errors:998:15)
at wrappedFn (node:internal/errors:543:14)
at checkExecSyncError (node:child_process:925:11)
at execFileSync (node:child_process:961:15)
at repositoryCommitHash (D:\deepseek-harness\scripts\client-build-environment.ts:49:29)
at main (D:\deepseek-harness\scripts\build.ts:41:29)
at (D:\deepseek-harness\scripts\build.ts:55:23)
at ModuleJob.run (node:internal/modules/esm/module_job:377:25)
at async onImport.tracePromise.proto (node:internal/modules/esm/loader:671:26)
at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:101:5) {
status: 128,
signal: null,
output: [ null, '', null ],
pid: 133284,
stdout: '',
stderr: null
}
Node.js v25.1.0
pnpm版本为11.7.0
rc7多次重装均正常安装,pnpm run build正常,rc8 在pnpm run build环节会出现如上报错
All reactions