gitpkg icon indicating copy to clipboard operation
gitpkg copied to clipboard

git tag with scoped package notation issue `@`

Open ramasilveyra opened this issue 7 years ago • 1 comments

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 https://github.com/ramasilveyra/gitpkg/pull/1

ramasilveyra avatar Jun 29 '17 03:06 ramasilveyra

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

cjancsar avatar Aug 09 '19 12:08 cjancsar