minor tweaks npm v yarn (#21203)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user