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
resolutions
Yarn supports dependencies override with resolutions. In NPM 8.3 there's an equivalent feature overrides.
overrides
It would be great if synp supported it.
synp
The text was updated successfully, but these errors were encountered:
Hmm... Cannot imagine interop between these apis. For example:
"resolutions": { "foo/**/bar": "1.0.0" }
Ok, we can traverse node_modules and resolve paths for npm:
node_modules
"overrides": { "foo": { "a": {"bar": "1.0.0"}, "b": {"c": {"bar": "1.0.0"}} } }
But how to convert it back into a glob pattern?
Sorry, something went wrong.
No branches or pull requests
Yarn supports dependencies override with
resolutions
. In NPM 8.3 there's an equivalent featureoverrides
.It would be great if
synp
supported it.The text was updated successfully, but these errors were encountered: