Skip to content

Commit 00801f4

Browse files
author
Atanas Strahilov
committed
Update README
1 parent ab58651 commit 00801f4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

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

5858
```sh
59-
npm i webpack-mpa -g
59+
npm i webpack-mpa ncp -g
6060
```
6161

6262
or
6363

6464
```sh
65-
yarn global add webpack-mpa
65+
yarn global add webpack-mpa ncp
6666
```
6767

6868
The `wmpa` binary is now available for you to use.
6969

70+
`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.
71+
7072
Go to your new project folder and execute
7173

7274
```sh

0 commit comments

Comments
 (0)