You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: could not compile pake (build script) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
failed to build app: failed to build app
Error failed to build app: failed to build app
file:///C:/Users/luyao/AppData/Roaming/npm/node_modules/pake-cli/dist/cli.js:322
reject(new Error(Error occurred while executing command "${command}". Exit code: ${code}));
^
Error: Error occurred while executing command "cd "C:\Users\luyao\AppData\Roaming\npm\node_modules\pake-cli" && npm run build". Exit code: 1
at file:///C:/Users/luyao/AppData/Roaming/npm/node_modules/pake-cli/dist/cli.js:322:24
at C:\Users\luyao\AppData\Roaming\npm\node_modules\pake-cli\node_modules\shelljs\src\exec.js:145:9
at ChildProcess.exithandler (node:child_process:430:5)
at ChildProcess.emit (node:events:518:28)
at maybeClose (node:internal/child_process:1105:16)
at ChildProcess._handle.onexit (node:internal/child_process:305:5)
Node.js v20.12.2
Anything else?
试过安装vc运行时库,没有用
Are you willing to submit a PR?
I'm willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
I searched in the issues and found nothing similar.
Pake version
3.1.1
System version
Node.js version
v20.12.2
Minimal reproduce step
安装rust
npm install -g pake-cli
pake https://www.yuque.com/dashboard --name YuQue --hide-title-bar
What did you expect to see?
pake completed
What did you see instead?
✦ Building app...
error: could not compile
pake
(build script) due to 1 previous errorwarning: build failed, waiting for other jobs to finish...
failed to build app: failed to build app
Error failed to build app: failed to build app
file:///C:/Users/luyao/AppData/Roaming/npm/node_modules/pake-cli/dist/cli.js:322
reject(new Error(
Error occurred while executing command "${command}". Exit code: ${code}
));^
Error: Error occurred while executing command "cd "C:\Users\luyao\AppData\Roaming\npm\node_modules\pake-cli" && npm run build". Exit code: 1
at file:///C:/Users/luyao/AppData/Roaming/npm/node_modules/pake-cli/dist/cli.js:322:24
at C:\Users\luyao\AppData\Roaming\npm\node_modules\pake-cli\node_modules\shelljs\src\exec.js:145:9
at ChildProcess.exithandler (node:child_process:430:5)
at ChildProcess.emit (node:events:518:28)
at maybeClose (node:internal/child_process:1105:16)
at ChildProcess._handle.onexit (node:internal/child_process:305:5)
Node.js v20.12.2
Anything else?
试过安装vc运行时库,没有用
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: