Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@azure/msal-angular installation requires doesnt support node20+ #7339

Closed
2 tasks
servefast-cto opened this issue Sep 25, 2024 · 2 comments
Closed
2 tasks
Labels
bug-unconfirmed A reported bug that needs to be investigated and confirmed confidential-client Issues regarding ConfidentialClientApplications msal-angular Related to @azure/msal-angular package msal-browser Related to msal-browser package question Customer is asking for a clarification, use case or information.

Comments

@servefast-cto
Copy link

servefast-cto commented Sep 25, 2024

Core Library

MSAL.js (@azure/msal-browser)

Core Library Version

3.24.0

Wrapper Library

MSAL Angular (@azure/msal-angular)

Wrapper Library Version

3.0.24

Public or Confidential Client?

Confidential

Description

Running:
npm i @azure/msal-browser --save
or
npm i @azure/msal-angular --save

Error Message

npm warn EBADENGINE Unsupported engine { npm warn EBADENGINE package: '@azure/[email protected]', npm warn EBADENGINE required: { node: '10 || 12 || 14 || 16 || 18' }, npm warn EBADENGINE current: { node: 'v20.14.0', npm: '10.8.3' } npm warn EBADENGINE }

MSAL Logs

No logs available

Network Trace (Preferrably Fiddler)

  • Sent
  • Pending

MSAL Configuration

Not applied

Relevant Code Snippets

"@azure/msal-angular": "^3.0.24"
"@azure/msal-browser": "^3.24.0"

running `npm i` same problem

$ node -v
v20.14.0

$ npm -v
10.8.3

Reproduction Steps

Try to install msal with node20 installed

Expected Behavior

I should be able to install MSAL with LTS node version. I dont think anybody is writting angular app 17 or 18 version without node at least 20+

Identity Provider

Entra ID (formerly Azure AD) / MSA

Browsers Affected (Select all that apply)

Other

Regression

No response

Source

External (Customer)

@servefast-cto servefast-cto added bug-unconfirmed A reported bug that needs to be investigated and confirmed question Customer is asking for a clarification, use case or information. labels Sep 25, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: Attention 👋 Awaiting response from the MSAL.js team label Sep 25, 2024
@github-actions github-actions bot added confidential-client Issues regarding ConfidentialClientApplications msal-angular Related to @azure/msal-angular package msal-browser Related to msal-browser package labels Sep 25, 2024
@servefast-cto
Copy link
Author

servefast-cto commented Sep 25, 2024

Iam using Node 20.14.0 forgot to change but it is the same thing with 20.17.0 which is LTS

@servefast-cto
Copy link
Author

we gave up on MSAL and created our own implementation. Closing

@microsoft-github-policy-service microsoft-github-policy-service bot removed the Needs: Attention 👋 Awaiting response from the MSAL.js team label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-unconfirmed A reported bug that needs to be investigated and confirmed confidential-client Issues regarding ConfidentialClientApplications msal-angular Related to @azure/msal-angular package msal-browser Related to msal-browser package question Customer is asking for a clarification, use case or information.
Projects
None yet
Development

No branches or pull requests

1 participant