Skip to content
New issue

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

Does not upgrade tagged packages #1884

Closed
wclr opened this issue Nov 16, 2016 · 2 comments
Closed

Does not upgrade tagged packages #1884

wclr opened this issue Nov 16, 2016 · 2 comments

Comments

@wclr
Copy link
Contributor

wclr commented Nov 16, 2016

Example of installing tagged version:

yarn add typescript@next

it installs last version with tag next (i.e typescript@2.2.0-dev.20161101) and adds to package.json (which is not compatible with NPM I think):

"typescript": "next"

Few days later version is updated: but yarn upgrade typescript, yarn add typescript@next or something doesn't upgrade this version to the last have to remove package and add it again.

@JakeGinnivan
Copy link

This is related to #2788 I think, really annoying issue as I have to remove and re-add the dependency which causes all transitive dependencies to bump at the same time causing much more churn than I would like.

@rally25rs
Copy link
Contributor

Going to close this as a duplicate #2788 (even though this issue was filed first, but the other has a more detailed summary)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants