We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Ubuntu 22.04.4 LTS I cannot install the thing. The command npm install -g sqip-cli@canary returns text like this:
Ubuntu 22.04.4 LTS
npm install -g sqip-cli@canary
npm ERR! code 1 npm ERR! path /usr/local/lib/node_modules/sqip-cli/node_modules/sharp npm ERR! command failed npm ERR! command sh -c (node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node install/dll-copy) npm ERR! /usr/local/lib/node_modules/sqip-cli/node_modules/tar-fs/index.js:6 npm ERR! const win32 = (global.Bare?.platform || process.platform) === 'win32' npm ERR! ^ npm ERR! npm ERR! SyntaxError: Unexpected token '.' npm ERR! at wrapSafe (internal/modules/cjs/loader.js:915:16) npm ERR! at Module._compile (internal/modules/cjs/loader.js:963:27) npm ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) npm ERR! at Module.load (internal/modules/cjs/loader.js:863:32) npm ERR! at Function.Module._load (internal/modules/cjs/loader.js:708:14) npm ERR! at Module.require (internal/modules/cjs/loader.js:887:19) npm ERR! at require (internal/modules/cjs/helpers.js:74:18) npm ERR! at Object.<anonymous> (/usr/local/lib/node_modules/sqip-cli/node_modules/sharp/install/libvips.js:18:15) npm ERR! at Module._compile (internal/modules/cjs/loader.js:999:30) npm ERR! at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2024-06-11T10_18_25_771Z-debug-0.log
Installed as root on 2 different machines with same result. If you need more info, let me know.
root
The text was updated successfully, but these errors were encountered:
You probably are executing it with a very old version of node. Optional chaining is part of JS since 2020 😅
Can you please try it with node v18.12.1 or newer? :)
Sorry, something went wrong.
Hi, I would like to but since my post I have changed distro. I think you may close this issue.
Anyway, great job with the lib.
No branches or pull requests
On
Ubuntu 22.04.4 LTS
I cannot install the thing. The commandnpm install -g sqip-cli@canary
returns text like this:Installed as
root
on 2 different machines with same result. If you need more info, let me know.The text was updated successfully, but these errors were encountered: