We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
peerDependency
Installation alongside tree-sitter-objc fails, reporting a conflicting peerDependency version for the tree-sitter dependency.
tree-sitter-objc
tree-sitter
This is likely due to this bug in npm. Reporting here:
npm
tree-sitter-cli
This will fail:
brew install node; mkdir tree-sitter-repro && cd tree-sitter-repro; npm init -y; npm i tree-sitter-objc; npm i tree-sitter-swift;
Installation of the package should succeed.
If we run npm i tree-sitter-cli and try again, then npm i tree-sitter-swift succeeds.
npm i tree-sitter-cli
npm i tree-sitter-swift
The text was updated successfully, but these errors were encountered:
Thanks for reporting — will try to find some time to sort it out.
Sorry, something went wrong.
tree-sitter-swift
No branches or pull requests
Installation alongside
tree-sitter-objc
fails, reporting a conflictingpeerDependency
version for thetree-sitter
dependency.This is likely due to this bug in
npm
. Reporting here:tree-sitter-cli
. (No idea why this works.)Repro
This will fail:
Expected Behavior/Parse Tree
Installation of the package should succeed.
Workaround
If we run
npm i tree-sitter-cli
and try again, thennpm i tree-sitter-swift
succeeds.Environment
The text was updated successfully, but these errors were encountered: