Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix yarnpkg alias usage in the init script (#329)
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!)
- Loading branch information