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

Deprecated packages on fresh install #12842

Open
ridomin opened this issue Dec 4, 2024 · 3 comments
Open

Deprecated packages on fresh install #12842

ridomin opened this issue Dec 4, 2024 · 3 comments
Assignees
Labels
investigating needs attention This issue needs the attention of a contributor. TA:E2E Team Area: E2E

Comments

@ridomin
Copy link

ridomin commented Dec 4, 2024

When I install teamsfx in a clean node project:

npm i @microsoft/teamsfx

I got the following warnings:

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.15.1', npm: '10.9.0' }
npm warn EBADENGINE }
npm warn deprecated @azure/[email protected]: A newer major version of this library is available. Please upgrade to the latest available version.
npm warn deprecated @azure/[email protected]: This package is no longer supported. Please refer to https://github.com/Azure/azure-sdk-for-js/blob/490ce4dfc5b98ba290dee3b33a6d0876c5f138e2/sdk/core/README.md

Triggering the next questions:

  • Any reason to do not support node 20?
  • Are there any plans to update to latest MSAL?
  • Are there any plans to use the recommended http pipeline from azure sdk?

Additionally, the install log shows 9 moderate severity vulnerabilities

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs attention This issue needs the attention of a contributor. label Dec 4, 2024
@adashen adashen added investigating TA:E2E Team Area: E2E labels Dec 4, 2024
@Meghana-MSFT
Copy link

Thank you for reporting this, we will check this and get back to you.

@tecton
Copy link
Contributor

tecton commented Dec 5, 2024

Hi @ridomin,

We've upgraded codes to support Node 20 and the following 2 questions are also resolved. Please try the beta version like @microsoft/[email protected]*. These changes will be released in next stable version.

@adashen adashen removed the needs attention This issue needs the attention of a contributor. label Dec 9, 2024
@ridomin
Copy link
Author

ridomin commented Dec 13, 2024

I installed @microsoft/teamsfx": "^3.0.0-beta.2024112909.0 and still see

npm warn deprecated @azure/[email protected]: This package is no longer supported. Please refer to https://github.com/Azure/azure-sdk-for-js/blob/490ce4dfc5b98ba290dee3b33a6d0876c5f138e2/sdk/core/README.md

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs attention This issue needs the attention of a contributor. label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigating needs attention This issue needs the attention of a contributor. TA:E2E Team Area: E2E
Projects
None yet
Development

No branches or pull requests

4 participants