-
Notifications
You must be signed in to change notification settings - Fork 255
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
notion install yarn
behavior is inconsistent
#123
Comments
The order of yarn releases is from oldest to newest which is converse to [nodejs dist](https://nodejs.org/dist/index.json) and it makes [this issue](volta-cli/volta#123) happen.
This appears to have been fixed by #221 hitting the actual Yarn release index instead of our hosted copy. |
@charlespierce Yeah but we could probably merge that PR in yarn-releases for older versions of Notion. WDYT? |
Agreed, it's worth merging that (and if we continue to add new releases, doing them in the expected reverse order) to support the older versions |
Merged the |
When running
notion install yarn 1
, version 1.0.0 is fetched and installed, even though newer versions are available which match that version. This is inconsistent withnotion install yarn 1.9
andnotion install node 10
, both of which fetch and install the latest matching version.Notion version 0.1.0 on macOS High Sierra.
The text was updated successfully, but these errors were encountered: