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
Despite what the comment said we were printing
"Installing dependencies using yarnpkg..." yet installing them using
`yarn`.
Turn it the other way around and print
"Installing dependencies using yarn..." but use the `yarnpkg` alias
so we can avoid issues like facebook/create-react-app#1257
(Hadoop has a `yarn` command!)
0 commit comments