question

Youkeoke-3089 avatar image
0 Votes"
Youkeoke-3089 asked saldana-msft edited

warning messages after: npm install @azure/msal-node and npm install @microsoft/microsoft-graph-client

Please, see the warnigs on cmd prompt after these two commands:

C:\Users\Jxxx\WebstormProjects\ixxxxxxx>npm audit
found 0 vulnerabilities

C:\Users\Juha\WebstormProjects\iyoukeoke>npm install @azure/msal-node
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@azure/msal-node@1.0.3',
npm WARN EBADENGINE required: { node: '10 || 12 || 14' },
npm WARN EBADENGINE current: { node: 'v16.1.0', npm: '7.12.0' }
npm WARN EBADENGINE }

added 19 packages, and audited 246 packages in 2s

12 packages are looking for funding
run npm fund for details

found 0 vulnerabilities

C:\Users\Jxxx\WebstormProjects\ixxxxxx>npm install @microsoft/microsoft-graph-client
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@azure/msal-node@1.0.3',
npm WARN EBADENGINE required: { node: '10 || 12 || 14' },
npm WARN EBADENGINE current: { node: 'v16.1.0', npm: '7.12.0' }
npm WARN EBADENGINE }

added 5 packages, and audited 251 packages in 2s

12 packages are looking for funding
run npm fund for details

found 0 vulnerabilities

C:\Users\Jxxx\WebstormProjects\ixxxxxx>

microsoft-authenticatormicrosoft-graph-sdk
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Danstan-MSFT avatar image
0 Votes"
Danstan-MSFT answered Danstan-MSFT edited

You are using a non LTS version of Nodejs. See the Node Version Support section of the docs for details of the support matrix. This just means its not well tested or supported on the non LTS versions hence the warning. You can ignore the warning if you are just developing/prototyping but for production you want to use one of these LTS versions.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Youkeoke-3089 avatar image
0 Votes"
Youkeoke-3089 answered

however, on page:

https://www.npmjs.com/package/@azure/msal-node
claims that:

Supported Node versions: 10, 12, 14, 16
Will support stable (even-numbered) Maintenance LTS, Active LTS, and Current versions of Node

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.