Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Install the exact version instead of range #260

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

sadick254
Copy link
Contributor

^version means install any version that is compatible with the range.
This means npm can even install tree-sitter-javascript version 0.15
since in semver 0.15 should be compatible with 0.19. tree-sitter seems
to have broken semver. 0.15 is not compatible with 0.19

^version means install any version that is compatible with the range.
This means npm can even install tree-sitter-javascript version 0.15
since in semver 0.15 should be compatible with 0.19. tree-sitter seems
to have broken semver. 0.15 is not compatible with 0.19
@sadick254 sadick254 force-pushed the exact-version branch 5 times, most recently from c72b61a to d779d26 Compare October 7, 2021 16:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant