We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ed1b8 commit 7604979Copy full SHA for 7604979
examples/express-app/README.md
@@ -8,14 +8,7 @@ The examples are compatible with [LTS versions of Node.js](https://github.com/no
8
9
## Setup & Run
10
11
-1. Go to `src/feature-management` under the root folder and run:
12
-
13
- ```bash
14
- npm run install
15
- npm run build
16
- ```
17
18
-1. Go back to `examples/express-app` and install the dependencies using `npm`:
+1. Install the dependencies using `npm`:
19
20
```bash
21
npm install
examples/express-app/package.json
@@ -3,7 +3,7 @@
3
"start": "node server.mjs"
4
},
5
"dependencies": {
6
- "@microsoft/feature-management": "../../src/feature-management",
+ "@microsoft/feature-management": "2.1.0-preview.1",
7
"express": "^4.21.2"
}
0 commit comments