Difficulty installing quire v0 on macOS 15.2 #990
Replies: 3 comments 3 replies
-
Hi @adellefrankEmory, can you run And to double check, are you trying to install v0 to do work on an older Quire publication? |
Beta Was this translation helpful? Give feedback.
-
Hi @adellefrankEmory, thanks for rerunning the install and providing that output. What happens when you run the command |
Beta Was this translation helpful? Give feedback.
-
Thanks, @adellefrankEmory. Hmm, the issue may be related to Node.js. The Quire team is no longer maintaining v0, so something may have changed with the dependencies without our knowledge. We'll keep looking into this and get back to you ASAP. Thank you so much for your patience. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to install v0 on my new macbook.
I have installed x-code, Node.js v14.18.1, npm v6.14.15, python 2.7.18, and princexml 15.4.1.
I fixed the EACCES error with the recommended chown command
sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}
.However, after running the install command
npm install --global @thegetty/quire-cli@0.20.4
, I get the following error when typingquire --help
:`/usr/local/lib/node_modules/@thegetty/quire-cli/node_modules/undici/lib/core/util.js:623
const listeners = (obj[kListeners] ??= [])
^^^
SyntaxError: Unexpected token '??='
at wrapSafe (internal/modules/cjs/loader.js:1001:16)
at Module._compile (internal/modules/cjs/loader.js:1049:27)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
at Module.load (internal/modules/cjs/loader.js:950:32)
at Function.Module._load (internal/modules/cjs/loader.js:790:12)
at Module.require (internal/modules/cjs/loader.js:974:19)
at require (internal/modules/cjs/helpers.js:93:18)
at Object. (/usr/local/lib/node_modules/@thegetty/quire-cli/node_modules/undici/lib/dispatcher/client.js:8:14)
at Module._compile (internal/modules/cjs/loader.js:1085:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)`
FOR REFERENCE, here is the output during my install:
`
username@My-MacBook-Pro ~ % npm install --global @thegetty/quire-cli@0.20.4
npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated glob@7.1.7: Glob versions prior to v9 are no longer supported
npm WARN deprecated axios@0.19.2: Critical security vulnerability fixed in v0.21.1. For more information, see axios/axios#3410
npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated figgy-pudding@3.5.2: This module is no longer supported.
npm WARN deprecated move-concurrently@1.0.1: This package is no longer supported.
npm WARN deprecated copy-concurrently@1.0.5: This package is no longer supported.
npm WARN deprecated fs-write-stream-atomic@1.0.10: This package is no longer supported.
npm WARN deprecated fsevents@1.2.13: Upgrade to fsevents v2 to mitigate potential security issues
/usr/local/bin/quire -> /usr/local/lib/node_modules/@thegetty/quire-cli/bin/index.js
SOLINK_MODULE(target) Release/.node
CXX(target) Release/obj.target/fse/fsevents.o
SOLINK_MODULE(target) Release/fse.node
Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
The project needs your help! Please consider supporting core-js:
I highly recommend reading this: https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md
✔ success Hugo binary installed successfully!
npm WARN notsup Unsupported engine for cheerio@1.0.0: wanted: {"node":">=18.17"} (current: {"node":"14.18.1","npm":"6.14.15"})
npm WARN notsup Not compatible with your version of node/npm: cheerio@1.0.0
npm WARN notsup Unsupported engine for undici@6.21.1: wanted: {"node":">=18.17"} (current: {"node":"14.18.1","npm":"6.14.15"})
npm WARN notsup Not compatible with your version of node/npm: undici@6.21.1
npm WARN notsup Unsupported engine for whatwg-mimetype@4.0.0: wanted: {"node":">=18"} (current: {"node":"14.18.1","npm":"6.14.15"})
npm WARN notsup Not compatible with your version of node/npm: whatwg-mimetype@4.0.0
npm WARN notsup Unsupported engine for whatwg-encoding@3.1.1: wanted: {"node":">=18"} (current: {"node":"14.18.1","npm":"6.14.15"})
npm WARN notsup Not compatible with your version of node/npm: whatwg-encoding@3.1.1
added 612 packages from 310 contributors in 18.096s`
Beta Was this translation helpful? Give feedback.
All reactions