mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
removed the --save flag
removed the --save as it is used by default as of npm 5.0.0
This commit is contained in:
parent
118ccf8449
commit
b766182c9a
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user