Skip to content

Conversation

@douglance
Copy link
Contributor

  • "npm": "please-use-yarn" causes npm to silently install v2.0.0 instead of v4.x
  • npm's resolver skips versions with unsatisfiable engine constraints
  • Changed to "npm": ">=7" so npm users get the correct version

The `"npm": "please-use-yarn"` constraint causes npm to silently
install v2.0.0 instead of v4.x because npm's resolver skips versions
with unsatisfiable engine constraints. Using `>=7` allows npm users
to install the latest version correctly.
@cla-bot cla-bot bot added the cla-signed label Jan 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants