Error installing v1 pre-release on WSL2 Ubuntu 20.04.5 LTS #622
-
I'm seeing the following error after running /usr/bin/env: ‘node --no-warnings’: No such file or directory
/usr/bin/env: use -[v]S to pass options in shebang lines I can't tell if this is a problem with my versions of Here's the full output of my terminal: chris @ ~ $ node --version
v18.12.1
chris @ ~ $ npm --version
8.19.2
chris @ ~ $ npm install --global @thegetty/quire-cli
npm WARN deprecated [email protected]: Deprecated due to CVE-2021-21366 resolved in 0.5.0
npm WARN deprecated @babel/[email protected]: 🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information.
npm WARN deprecated [email protected]: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
added 393 packages, and audited 830 packages in 16s
101 packages are looking for funding
run `npm fund` for details
13 vulnerabilities (2 low, 7 moderate, 3 high, 1 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues possible (including breaking changes), run:
npm audit fix --force
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
chris @ ~ $ quire --version
/usr/bin/env: ‘node --no-warnings’: No such file or directory
/usr/bin/env: use -[v]S to pass options in shebang lines
chris @ ~ $ npm list --global
/usr/lib
├── @thegetty/[email protected]
├── [email protected]
└── [email protected] Any suggestions? Happy use an older version, but eager to try v1! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @chrisdaaz. Sorry you're running into this roadblock! We're looking into this for you and will be in touch. If you're free, it might also be good to pop into our Quire Office Hours on Tuesday, 12/13 at 9 am. |
Beta Was this translation helpful? Give feedback.
Hi @chrisdaaz. Sorry you're running into this roadblock! We're looking into this for you and will be in touch. If you're free, it might also be good to pop into our Quire Office Hours on Tuesday, 12/13 at 9 am.