From e4a2cf16b131c01b7744caa1584a6a94f75c10c4 Mon Sep 17 00:00:00 2001 From: Ken Ahrens Date: Wed, 7 Nov 2018 09:41:43 -0500 Subject: [PATCH] minor tweaks npm v yarn (#21203) --- guide/english/nodejs/npm/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/nodejs/npm/index.md b/guide/english/nodejs/npm/index.md index 3c22e055a3..263cdb1627 100644 --- a/guide/english/nodejs/npm/index.md +++ b/guide/english/nodejs/npm/index.md @@ -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