File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
A. ** Local setup**
7
7
8
8
Follow given steps to locally setup ` webpack-cli init ` by installing dependencies:
9
- 1 . Create ` package.json ` through npm
9
+ 1 . Create ` package.json ` through npm.
10
10
11
11
```shell
12
12
$ npm init
13
13
```
14
14
15
- 2 . Install ` webpack ` and ` webpack-cli ` as devDependencies
15
+ 2 . Install ` webpack ` and ` webpack-cli ` as devDependencies.
16
16
17
17
```shell
18
18
$ npm install --save-dev webpack webpack-cli
@@ -27,7 +27,7 @@ Follow given steps to locally setup `webpack-cli init` by installing dependencie
27
27
B. ** Global Setup**
28
28
29
29
Follow following steps to setup ` webpack-cli init ` globally:
30
- 1 . Install ` webpack ` and ` webpack-cli ` globally
30
+ 1 . Install ` webpack ` and ` webpack-cli ` globally.
31
31
```shell
32
32
$ npm install -g webpack webpack-cli
33
33
```
You can’t perform that action at this time.
0 commit comments