You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but npm installs an older version with a deprecation warning:
❯ npm i -g yarn
npm http request GET https://registry.npmjs.org/yarn
npm http 304 https://registry.npmjs.org/yarn
npm WARN deprecated yarn@0.17.10: It is recommended to install Yarn using the native installation method for your environment. See https://yarnpkg.com/en/docs/install
I assume this means npm installing the yarn CLI will no longer be supported. Is that a correct assumption?
The text was updated successfully, but these errors were encountered:
@zeke0.18.0 is a pre-release. npm install will install the version specified at the latest tag which currently is 0.17.10. I'm sure once 0.18.0 is stable they'll update the latest tag to 0.18.0.
Yes, @newoga is right! 0.18.0 is essentially a release candidate. If using npm, you can use npm install -g yarn@rc to get 0.18.0. We do need to do a much better job of handling RCs - That'll be covered by #2161.
I'm going to close this issue since your question was answered. Thanks for trying Yarn! 😃
0.18 is among the versions published to the npm registry:
but npm installs an older version with a deprecation warning:
I assume this means
npm install
ing the yarn CLI will no longer be supported. Is that a correct assumption?The text was updated successfully, but these errors were encountered: