Replies: 1 comment 4 replies
|
为什么你会看到 "Missing script: build"
正确步骤 cd <你的源码根目录> # 含 package.json 的那个,不是 packages/ 子目录
node --version # 确认是 22.19+ 或 24+(我这里是 node 26.5.0,OK)
pnpm install # 必须先装依赖(workspace 仓库,装完才有 node_modules 和 workspace 链接)
pnpm run build # 在根目录执行注意:截图里的 |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
我正在安装Deepseek harness,已经下载了源仓库到硬盘中,目前我卡在了pnpm run build,提醒我[ERR_PNPM_NO_SCRIPT] Missing script: build
All reactions