Skip to content

Commit dae6081

Browse files
authored
Update README.md
1 parent 325b532 commit dae6081

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,14 @@ some quick tasks:
4242

4343
```
4444
cd <ngrx-store-effects-app>
45-
yarn install
46-
# OR
47-
npm install
45+
npm install --legacy-peer-deps
4846
```
4947

5048
This will then setup all the development and production dependencies we need.
5149

5250
Now simply run this to boot up the server:
5351

5452
```
55-
yarn start
56-
# OR
5753
npm start
5854
```
5955

0 commit comments

Comments
 (0)