We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a42ced1 + a4ec360 commit 0213746Copy full SHA for 0213746
content/get-started/index.md
@@ -20,7 +20,7 @@ Create a demo directory to try out webpack. [Install webpack](/get-started/insta
20
```bash
21
mkdir webpack-demo && cd webpack-demo
22
npm init -y
23
-npm install --save-dev webpack@beta
+npm install --save-dev webpack
24
./node_modules/.bin/webpack --help # Shows a list of valid cli commands
25
.\node_modules\.bin\webpack --help # For windows users
26
```
0 commit comments