Skip to content

Commit 1a3fbaa

Browse files
authored
docs: add yarn and pnpm installation
1 parent c3b6690 commit 1a3fbaa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,18 @@ First things first, install the module:
4242
npm install webpack-dev-server --save-dev
4343
```
4444

45+
or
46+
47+
```console
48+
yarn add -D webpack-dev-server
49+
```
50+
51+
or
52+
53+
```console
54+
pnpm add -D webpack-dev-server
55+
```
56+
4557
_Note: While you can install and run webpack-dev-server globally, we recommend
4658
installing it locally. webpack-dev-server will always use a local installation
4759
over a global one._

0 commit comments

Comments
 (0)