firetv-remote
firetv-remote copied to clipboard
Problems installing
Hello, First of all, thanks for this tool. I tried to install it in Debian 12, and that's the output messages:
npm install
npm WARN tar TAR_ENTRY_ERROR EINVAL: invalid argument, fchown
npm WARN tar TAR_ENTRY_ERROR EINVAL: invalid argument, fchown
npm WARN tar TAR_ENTRY_ERROR EINVAL: invalid argument, fchown
npm WARN tar TAR_ENTRY_ERROR EINVAL: invalid argument, fchown
npm WARN tar TAR_ENTRY_ERROR EINVAL: invalid argument, fchown
npm WARN tar TAR_ENTRY_ERROR EINVAL: invalid argument, fchown
npm WARN tar TAR_ENTRY_ERROR EINVAL: invalid argument, fchown
npm WARN tar TAR_ENTRY_ERROR EINVAL: invalid argument, fchown
npm WARN tar TAR_ENTRY_ERROR EINVAL: invalid argument, fchown
npm WARN tar TAR_ENTRY_ERROR EINVAL: invalid argument, fchown
npm WARN tar TAR_ENTRY_ERROR EINVAL: invalid argument, fchown
npm WARN tar TAR_ENTRY_ERROR EINVAL: invalid argument, fchown
npm WARN tar TAR_ENTRY_ERROR EINVAL: invalid argument, fchown
npm WARN tar TAR_ENTRY_ERROR EINVAL: invalid argument, fchown
npm WARN tar TAR_ENTRY_ERROR EINVAL: invalid argument, fchown
npm WARN tar TAR_ENTRY_ERROR EINVAL: invalid argument, fchown
npm WARN tar TAR_ENTRY_ERROR EINVAL: invalid argument, fchown
npm WARN tar TAR_ENTRY_ERROR EINVAL: invalid argument, fchown
npm WARN tar TAR_ENTRY_ERROR EINVAL: invalid argument, fchown
npm WARN tar TAR_ENTRY_ERROR EINVAL: invalid argument, fchown
npm WARN tar TAR_ENTRY_ERROR EINVAL: invalid argument, fchown
npm WARN deprecated [email protected]: Deprecated, use jstransformer
npm WARN tar TAR_ENTRY_ERROR EINVAL: invalid argument, fchown
npm WARN deprecated [email protected]: Please update to at least constantinople 3.1.1
npm WARN deprecated [email protected]: Jade has been renamed to pug, please install the latest version of pug instead of jade
added 105 packages, and audited 106 packages in 3s
9 packages are looking for funding
run `npm fund` for details
13 vulnerabilities (6 low, 4 high, 3 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
There are some errors in the audit:
npm audit
npm ERR! code ENOLOCK
npm ERR! audit This command requires an existing lockfile.
npm ERR! audit Try creating one first with: npm i --package-lock-only
npm ERR! audit Original error: loadVirtual requires existing shrinkwrap file
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2025-08-16T07_34_03_653Z-debug-0.lo
And this is the logfile:
0 verbose cli /usr/bin/node /usr/bin/npm
1 info using [email protected]
2 info using [email protected]
3 timing npm:load:whichnode Completed in 0ms
4 timing config:load:defaults Completed in 2ms
5 timing config:load:file:/usr/share/nodejs/npm/npmrc Completed in 3ms
6 timing config:load:builtin Completed in 3ms
7 timing config:load:cli Completed in 1ms
8 timing config:load:env Completed in 0ms
9 timing config:load:project Completed in 1ms
10 timing config:load:file:/root/.npmrc Completed in 0ms
11 timing config:load:user Completed in 0ms
12 timing config:load:file:/etc/npmrc Completed in 0ms
13 timing config:load:global Completed in 1ms
14 timing config:load:setEnvs Completed in 1ms
15 timing config:load Completed in 10ms
16 timing npm:load:configload Completed in 10ms
17 timing npm:load:mkdirpcache Completed in 1ms
18 timing npm:load:mkdirplogs Completed in 0ms
19 verbose title npm audit
20 verbose argv "audit"
21 timing npm:load:setTitle Completed in 1ms
22 timing config:load:flatten Completed in 4ms
23 timing npm:load:display Completed in 5ms
24 verbose logfile logs-max:10 dir:/root/.npm/_logs/2025-08-16T07_34_03_653Z-
25 verbose logfile /root/.npm/_logs/2025-08-16T07_34_03_653Z-debug-0.log
26 timing npm:load:logFile Completed in 5ms
27 timing npm:load:timers Completed in 0ms
28 timing npm:load:configScope Completed in 0ms
29 timing npm:load Completed in 22ms
30 silly logfile done cleaning log files
31 timing config:load:flatten Completed in 2ms
32 timing arborist:ctor Completed in 1ms
33 timing command:audit Completed in 7ms
34 verbose stack Error: loadVirtual requires existing shrinkwrap file
34 verbose stack at Arborist.loadVirtual (/usr/share/nodejs/@npmcli/arborist/lib/arborist/load-virtual.js:63:18)
34 verbose stack at async Arborist.audit (/usr/share/nodejs/@npmcli/arborist/lib/arborist/audit.js:25:18)
34 verbose stack at async Audit.auditAdvisories (/usr/share/nodejs/npm/lib/commands/audit.js:390:5)
34 verbose stack at async Audit.exec (/usr/share/nodejs/npm/lib/commands/audit.js:374:7)
34 verbose stack at async module.exports (/usr/share/nodejs/npm/lib/cli.js:133:5)
35 verbose cwd /root
36 verbose Linux 6.8.12-10-pve
37 verbose node v18.19.0
38 verbose npm v9.2.0
39 error code ENOLOCK
40 error audit This command requires an existing lockfile.
41 error audit Try creating one first with: npm i --package-lock-only
42 error audit Original error: loadVirtual requires existing shrinkwrap file
43 verbose exit 1
44 timing npm Completed in 53ms
45 verbose unfinished npm timer audit 1755329643697
46 verbose code 1
47 error A complete log of this run can be found in:
47 error /root/.npm/_logs/2025-08-16T07_34_03_653Z-debug-0.log
I don't know if it's a installator poblem or if it's my fresh Debian 12 installation...