minor tweaks npm v yarn (#21203)

This commit is contained in:
Ken Ahrens
2018-11-07 09:41:43 -05:00
committed by Paul Gamble
parent 73d9e1d8f3
commit e4a2cf16b1

View File

@ -288,7 +288,7 @@ $ npm cache clean
## Yarn - an alternative to npm
Yarn is also a JavaScript package manager developed and maintained by Facebook. Both share high level similarities when it come to using them. It is supposedly to be faster in installing dependencies than npm. To install it:
Yarn is also a JavaScript package manager developed and maintained by Facebook. Both share high level similarities when it come to using them. It may run faster than npm, but other key features (such as having a lockfile) are now present in npm as of version 5. To install it:
```shell
npm install -g yarn