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
@
npm 5 and yarn can't that can handle git tags with @scope/name-package-1.0.0-gitpkg notation (last time tested).
@scope/name-package-1.0.0-gitpkg
That it's why I temporarily changed to a normalised version of scoped packages in #1
The text was updated successfully, but these errors were encountered:
How do you upgrade a scoped dependency? Once pushed with gitpkg I can't upgrade the package downstream with yarn...
yarn upgrade @my-scope/my-pkg@tag spits errors
yarn upgrade @my-scope/my-pkg@tag
Sorry, something went wrong.
No branches or pull requests
npm 5 and yarn can't that can handle git tags with
@scope/name-package-1.0.0-gitpkg
notation (last time tested).That it's why I temporarily changed to a normalised version of scoped packages in #1
The text was updated successfully, but these errors were encountered: