npminstall
npminstall copied to clipboard
[Bug] npminstall<latest> cannot be used with 14.17.3 node
npminstallreadme.md tell me
node version
nvm use 14.17.3
npm install npminstall -g
npminstall -v
the error message is
internal/modules/cjs/loader.js:905
throw err;
^
Error: Cannot find module 'node:util'
Require stack:
- C:\Users\xxx\AppData\Roaming\npm\node_modules\npminstall\bin\install.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
at Function.Module._load (internal/modules/cjs/loader.js:746:27)
at Module.require (internal/modules/cjs/loader.js:974:19)
at require (internal/modules/cjs/helpers.js:92:18)
at Object.<anonymous> (C:\Users\xxx\AppData\Roaming\npm\node_modules\npminstall\bin\install.js:3:15)
at Module._compile (internal/modules/cjs/loader.js:1085:14)
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:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'C:\\Users\\xxx\\AppData\\Roaming\\npm\\node_modules\\npminstall\\bin\\install.js'
]
}
require node >= 14.18.0
https://github.com/cnpm/npminstall/blob/master/package.json
but some dependencies of npminstall is not supported by 14.8.0 node from the message of installation of npminstall
that is:
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '[email protected]',
npm WARN EBADENGINE required: { node: '>= 14.19.3' },
npm WARN EBADENGINE current: { node: 'v14.17.3', npm: '8.19.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '[email protected]',
npm WARN EBADENGINE required: { node: '>=16' },
npm WARN EBADENGINE current: { node: 'v14.17.3', npm: '8.19.4' }
npm WARN EBADENGINE }
you should use the latest v14 version
maybe use the v18 is better, Node.js has no more maintainer Node.js < 18