Azure / azure-webpubsub

Azure Web PubSub Service helps you to manage WebSocket connections and do publish and subscribe in an easy way
https://azure.github.io/azure-webpubsub/
MIT License
135 stars 85 forks source link

[awps-tunnel] Warning message: Node 20 is unsupported #644

Closed Y-Sindo closed 11 months ago

Y-Sindo commented 1 year ago

When I install the tool under Node 20, I get the following message:

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@azure/msal-node@1.18.4',
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 }

The latest version of @azure/msal-node support node 20, we'd better upgrade the version of this dependency.