Skip to content

Conversation

JoeRobich
Copy link
Member

@JoeRobich JoeRobich commented Sep 8, 2025

11.6.0 contains a fix for npm/cli#8468

- script: npm install -g [email protected]
displayName: Downgrade npm to v11.4.1
- script: npm install -g npm
displayName: Install latest npm
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tend to prefer installing a specific version. If a new version comes out and something in our build breaks as a result, it won't be obvious what changed.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated. Looking at the dotnet-public-npm feed the 11.4.1 version I was previously downgrading to was not part of the feed, perhaps that is why we were still seeing the error despite downgrading. I made sure 11.6.0 was pushed to the feed.

@AbhitejJohn AbhitejJohn merged commit a4ffb59 into dotnet:main Sep 9, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants