-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Install with 'latest' tag, installs as version string 'latest' #1306
Comments
Ill see if I can take a look. |
@samccone I'm working on implementing this, however, I'm wondering where (if anywhere) I might be able to access the requested repo's dist tags, i.e. - |
Hi! i have fixed this issue. @aethant Is it ok if i send a PR for this? or do you want to do this on your own? Apologies for going ahead with the fix even though you had taken it. I was very excited to contribute to this project and this seemed like a low hanging fruit. |
Just submit your PR. |
@akshbn this bug is still unfixed - could you please submit your PR? |
Yarn version 0.18.0 and bug is still present. |
…cific version number in package.json.
Yarn: v0.16.1
Node: v6.2.0
Command ran:
yarn add <package>@latest
Actual result (in
package.json
)"<package>": "latest"
Expected Result
"<package>": "^7.0.0"
I would lean on the side of this is a feature request to gain parity with this command:
npm install --save <package>@latest
The text was updated successfully, but these errors were encountered: