-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
1 / 21 of 2 issues completedLabels
bugSomething isn't workingSomething isn't working
Description
What happened?
I updated xst to the version 3.1.0.
The update proceeded with warnings - see CODE #1
Running xst after installation throws the error - see CODE #2
The README.md should mention minimal node.js version, or xst shoudn't be installed/updated if minimal required version is missing (I don't know if it's possible with npm).
Relevant shell output
CODE #1
npm update --global @existdb/xst
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@existdb/xst@3.1.0',
npm WARN EBADENGINE required: { node: '^18.19.0 || >=20.5.0' },
npm WARN EBADENGINE current: { node: 'v18.12.1', npm: '8.19.2' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'execa@9.6.0',
npm WARN EBADENGINE required: { node: '^18.19.0 || >=20.5.0' },
npm WARN EBADENGINE current: { node: 'v18.12.1', npm: '8.19.2' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'human-signals@8.0.1',
npm WARN EBADENGINE required: { node: '>=18.18.0' },
npm WARN EBADENGINE current: { node: 'v18.12.1', npm: '8.19.2' }
npm WARN EBADENGINE }
added 10 packages, removed 3 packages, changed 14 packages, and audited 286 packages in 11s
49 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilitiesCODE #2
xst --version
file:///C:/Users/Boris/AppData/Roaming/npm/node_modules/@existdb/xst/node_modules/execa/lib/utils/max-listeners.js:1
import {addAbortListener} from 'node:events';
^^^^^^^^^^^^^^^^
SyntaxError: The requested module 'node:events' does not provide an export named 'addAbortListener'
at ModuleJob._instantiate (node:internal/modules/esm/module_job:123:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:189:5)
at async Promise.all (index 0)
at async ESMLoader.import (node:internal/modules/esm/loader:530:24)
at async loadESM (node:internal/process/esm_loader:91:5)
at async handleMainPromise (node:internal/modules/run_main:65:12)Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working