[Bug] error: could not compile pake
(bin "pake") due to 1 previous error
#918
Labels
bug
Something isn't working
pake
(bin "pake") due to 1 previous error
#918
Search before asking
I searched in the issues and found nothing similar.
Pake version
➜ ~ sudo pake https://hika.fyi/ --name Hika --hide-title-bar
Password:
✼ No icon given, default in use. For a custom icon, use --icon option.
✺ Installing package...
added 1 package in 2s
69 packages are looking for funding
✔ Package installed!
✼ The first packaging may be slow, please be patient and wait, it will be faster afterwards.
pakeConfig {
windows: [
{
url: 'https://hika.fyi/',
url_type: 'web',
hide_title_bar: true,
fullscreen: false,
width: 1200,
height: 780,
resizable: true,
always_on_top: false,
dark_mode: false,
activation_shortcut: '',
disabled_web_shortcuts: false
}
],
user_agent: {
macos: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15',
linux: 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36',
windows: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'
},
system_tray: { macos: false, linux: true, windows: true },
system_tray_path: 'png/icon_512.png',
inject: [],
proxy_url: ''
}
✹ Building app...
error: could not compile
pake
(bin "pake") due to 1 previous errorfailed to build app: failed to build app
Error failed to build app: failed to build app
file:///usr/local/lib/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 "/usr/local/lib/node_modules/pake-cli" && npm run build". Exit code: 1
at file:///usr/local/lib/node_modules/pake-cli/dist/cli.js:322:24
at /usr/local/lib/node_modules/pake-cli/node_modules/shelljs/src/exec.js:145:9
at ChildProcess.exithandler (node:child_process:421:5)
at ChildProcess.emit (node:events:524:28)
at maybeClose (node:internal/child_process:1101:16)
at Socket. (node:internal/child_process:456:11)
at Socket.emit (node:events:524:28)
at Pipe. (node:net:351:12)
Node.js v22.13.1
System version
macOS Monterey 12.7.6
Node.js version
Node.js v22.13.1
Minimal reproduce step
1
What did you expect to see?
1
What did you see instead?
1
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: