From e7221b96ec2073e578e948966f0fce8815815c36 Mon Sep 17 00:00:00 2001 From: Steve Moser Date: Wed, 20 Feb 2019 10:36:22 -0500 Subject: [PATCH] Remove --save option as it isn't required anymore (#4199) * Remove --save option as it isn't required anymore * Add note about using npm < 5.0.0 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d9f1ebe2..63df081a9 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,9 @@ In a browser: Using npm: ```shell $ npm i -g npm -$ npm i --save lodash +$ npm i lodash ``` +Note: add --save if you are using npm < 5.0.0 In Node.js: ```js