Added yarn to docs, as I was having a bit struggle to understand why I got 129 error while using it. Turns out when you use yarn, you can't specify version (@latest), so you use just package name to get latest one. Also abandoned -- as from Yarn 1.0 it's not required.
Changes
Added yarn to docs, as I was having a bit struggle to understand why I got 129 error while using it. Turns out when you use yarn, you can't specify version (
@latest
), so you use just package name to get latest one. Also abandoned--
as from Yarn 1.0 it's not required.