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
(node:1130252) ExperimentalWarning: The Node.js specifier resolution flag is experimental. It could change or be removed at any time.
(Use node --trace-warnings ... to show where the warning was created)
[INFO] Couldn't find FFmpeg/avconv, trying to install ffmpeg-static...
node:internal/errors:865
const err = new Error(message);
^
Describe the bug
Getting this error.
(node:1130252) ExperimentalWarning: The Node.js specifier resolution flag is experimental. It could change or be removed at any time.
(Use
node --trace-warnings ...
to show where the warning was created)[INFO] Couldn't find FFmpeg/avconv, trying to install ffmpeg-static...
node:internal/errors:865
const err = new Error(message);
^
Error: Command failed: pnpm install --no-save ffmpeg-static
at checkExecSyncError (node:child_process:890:11)
at execSync (node:child_process:962:15)
at npmInstall (file:///home/oxxywhite/rawon/index.js:52:5)
at file:///home/oxxywhite/rawon/index.js:96:5
at ModuleJob.run (node:internal/modules/esm/module_job:195:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:336:24)
at async loadESM (node:internal/process/esm_loader:34:7)
at async handleMainPromise (node:internal/modules/run_main:106:12) {
status: 1,
signal: null,
output: [
null,
Buffer(100) [Uint8Array] [
226, 128, 137, 69, 82, 82, 95, 80, 78, 80, 77, 95,
79, 80, 84, 73, 79, 78, 95, 78, 79, 84, 95, 83,
85, 80, 80, 79, 82, 84, 69, 68, 226, 128, 137, 32,
84, 104, 101, 32, 34, 97, 100, 100, 34, 32, 99, 111,
109, 109, 97, 110, 100, 32, 99, 117, 114, 114, 101, 110,
116, 108, 121, 32, 100, 111, 101, 115, 32, 110, 111, 116,
32, 115, 117, 112, 112, 111, 114, 116, 32, 116, 104, 101,
32, 110, 111, 45, 115, 97, 118, 101, 32, 111, 112, 116,
105, 111, 110, 10
],
Buffer(0) [Uint8Array] []
],
pid: 1130275,
stdout: Buffer(100) [Uint8Array] [
226, 128, 137, 69, 82, 82, 95, 80, 78, 80, 77, 95,
79, 80, 84, 73, 79, 78, 95, 78, 79, 84, 95, 83,
85, 80, 80, 79, 82, 84, 69, 68, 226, 128, 137, 32,
84, 104, 101, 32, 34, 97, 100, 100, 34, 32, 99, 111,
109, 109, 97, 110, 100, 32, 99, 117, 114, 114, 101, 110,
116, 108, 121, 32, 100, 111, 101, 115, 32, 110, 111, 116,
32, 115, 117, 112, 112, 111, 114, 116, 32, 116, 104, 101,
32, 110, 111, 45, 115, 97, 118, 101, 32, 111, 112, 116,
105, 111, 110, 10
],
stderr: Buffer(0) [Uint8Array] []
}
Node.js v18.19.1
ELIFECYCLE Command failed with exit code 1.
To Reproduce
No response
Expected behavior
No response
Screenshots
No response
Operating System
linux (Ubuntu 24.04)
Additional context
No response
The text was updated successfully, but these errors were encountered: