Skip to content

Commit d44642f

Browse files
authored
Update README.md
1 parent 3397b54 commit d44642f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,17 @@ Then navigate to the `webpack-mpa` folder and proceed with the rest of the instr
6666
It is possible to use the CLI tool included in Webpack MPA. In order to do this you must install Webpack MPA globally:
6767

6868
```sh
69-
npm i webpack-mpa ncp -g
69+
npm i webpack-mpa -g
7070
```
7171

7272
or
7373

7474
```sh
75-
yarn global add webpack-mpa ncp
75+
yarn global add webpack-mpa
7676
```
7777

7878
The `wmpa` binary is now available for you to use.
7979

80-
`ncp` is a peer dependency and is needed for the CLI interface. If you don't install it you will not be able to use the `wmpa` binary.
81-
8280
Go to your new project folder and execute
8381

8482
```sh

0 commit comments

Comments
 (0)