Azure / AppConfiguration-JavaScriptProvider

The configuration provider for consuming data in Azure App Configuration from JavaScript applications like Node or browser apps.
https://github.com/Azure/AppConfiguration
MIT License
6 stars 1 forks source link

Dependency @azure/msal-node not compatible with Node.js v20 #38

Closed Eskibear closed 6 months ago

Eskibear commented 6 months ago

Node.js v20 is the latest LTS version. We should update dependencies compatible with v20

> npm install
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@azure/msal-node@1.18.3',
npm WARN EBADENGINE   required: { node: '10 || 12 || 14 || 16 || 18' },
npm WARN EBADENGINE   current: { node: 'v20.9.0', npm: '10.1.0' }   
npm WARN EBADENGINE }
> npm ls @azure/msal-node
@azure/app-configuration-provider@1.0.0-preview 
└─┬ @azure/identity@3.3.2
  └── @azure/msal-node@1.18.3
Eskibear commented 6 months ago

@azure/identity v4.0.0 supports Node.js v20.

https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity/CHANGELOG.md#400-2023-11-07