From b766182c9aabb8011428abc4d3d469c78c229d93 Mon Sep 17 00:00:00 2001 From: Youssef Khedher Date: Thu, 23 Sep 2021 21:19:33 +0100 Subject: [PATCH] removed the --save flag removed the --save as it is used by default as of npm 5.0.0 --- websitev2/docs/sdks/node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websitev2/docs/sdks/node.md b/websitev2/docs/sdks/node.md index d348afbde9..44776b82ad 100644 --- a/websitev2/docs/sdks/node.md +++ b/websitev2/docs/sdks/node.md @@ -12,7 +12,7 @@ In this guide we explain how to use feature toggles in a Node application using First we must install Node.js dependency: ```sh -npm install unleash-client --save +npm install unleash-client ``` ## Step 2: Initialize the client SDK {#step-2-initialize-the-client-sdk}