coreybutler / node-windows

Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).
Other
2.78k stars 357 forks source link

Unsupported node: v19.0.0 #351

Closed 7NT closed 1 year ago

7NT commented 1 year ago

npm link node-windows npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@azure/msal-node@1.17.2', npm WARN EBADENGINE required: { node: '10 || 12 || 14 || 16 || 18' }, npm WARN EBADENGINE current: { node: 'v19.0.0', npm: '8.19.2' } npm WARN EBADENGINE }

added 1 package, and audited 152 packages in 803ms

44 packages are looking for funding run npm fund for details

found 0 vulnerabilities

coreybutler commented 1 year ago

This is not a node-windows issue. This error is telling you the @azure/msql-node@1.17.2 module doesn't support Node 19.0.0.

node-windows supports any version of node above 0.10.10.