Skip to content

Commit 87810e6

Browse files
author
Legends
authored
removing webpack-command
In response to webpack#2447
1 parent 60c38ae commit 87810e6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/content/guides/installation.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,12 @@ npm install --save-dev webpack
2828
npm install --save-dev webpack@<version>
2929
```
3030

31-
If you're using webpack v4 or later, you'll need to install a [CLI](/api/cli/).
31+
If you're using webpack v4 or later, you'll need to install the [CLI](/api/cli/).
3232

3333
``` bash
3434
npm install --save-dev webpack-cli
3535
```
3636

37-
or
38-
39-
``` bash
40-
npm install --save-dev webpack-command
41-
```
42-
4337

4438
Installing locally is what we recommend for most projects. This makes it easier to upgrade projects individually when breaking changes are introduced. Typically webpack is run via one or more [npm scripts](https://docs.npmjs.com/misc/scripts) which will look for a webpack installation in your local `node_modules` directory:
4539

0 commit comments

Comments
 (0)