Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Readme with Yarn version requirement (polkadot-js#100)
To avoid issues with installation it is necessary to install a compatible version of Yarn. It was highlighted [here](polkadot-js#78) that Yarn 1.0 included workspaces, and we are successfully using Yarn 1.3.2 for Travis CI, so propose to request users to ensure they are using a version later than that to avoid and problems. For instance, I was using Yarn 0.24.6 and it [wouldn't install the sub-package dependencies](polkadot-js#78) nor would it [run a necessary binary](polkadot-js#98), but after upgrading to Yarn 1.7.0 those issues were resolved.
- Loading branch information