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>