Replies: 5 comments 12 replies
-
Which version of npm are you using ? |
Beta Was this translation helpful? Give feedback.
-
Thank you for this extremely quick response. |
Beta Was this translation helpful? Give feedback.
-
The update seems to improve things. node --version added 77 packages, removed 3 packages, changed 31 packages, and audited 335 packages in 20s 63 packages are looking for funding 3 vulnerabilities (1 moderate, 2 high) To address all issues, run: Run |
Beta Was this translation helpful? Give feedback.
-
npm audit report cross-spawn 7.0.0 - 7.0.4 rollup 4.0.0 - 4.22.3 webpack 5.0.0-alpha.0 - 5.93.0 |
Beta Was this translation helpful? Give feedback.
-
I've updated npm to version 11.1.0 and I still have same issues. |
Beta Was this translation helpful? Give feedback.
-
Lychee version
?
Which PHP version are you using?
PHP 8.3
Detailed description of the problem
Hello everyone,
I encountered an error while updating lychee.
here are the orders made:
I had no errors.
but running npm install I got the following error:
npm ERR! Invalid comparator: npm:@rollup/wasm-node
here is an extract from the generated log file:
erbose stack TypeError: Invalid comparator: npm:@rollup/wasm-node
38 verbose stack at Comparator.parse (/usr/share/nodejs/semver/classes/comparator.js:39:13)
38 verbose stack at new Comparator (/usr/share/nodejs/semver/classes/comparator.js:23:10)
38 verbose stack at /usr/share/nodejs/semver/classes/range.js:138:47
38 verbose stack at Array.map ()
38 verbose stack at Range.parseRange (/usr/share/nodejs/semver/classes/range.js:138:35)
38 verbose stack at /usr/share/nodejs/semver/classes/range.js:41:22
38 verbose stack at Array.map ()
38 verbose stack at new Range (/usr/share/nodejs/semver/classes/range.js:41:8)
38 verbose stack at Object.intersects (/usr/share/nodejs/semver/ranges/intersects.js:3:8)
38 verbose stack at OverrideSet.getEdgeRule (/usr/share/nodejs/@npmcli/arborist/lib/override-set.js:53:18)
39 verbose cwd /var/www/Lychee
40 verbose Linux 6.8.0-51-generic
41 verbose node v18.19.1
42 verbose npm v9.2.0
43 error Invalid comparator: npm:@rollup/wasm-node
44 verbose exit 1
Could you help me resolve this issue?
Steps to reproduce the issue
No response
Diagnostics [REQUIRED]
No response
Browser & System [REQUIRED]
No response
Please confirm (incomplete submissions will not be addressed)
Beta Was this translation helpful? Give feedback.
All reactions