File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66A. ** Local setup**
77
88Follow 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
1010
1111 ```shell
1212 $ npm init
1313 ```
1414
15- 2 . Install ` webpack ` and ` webpack-cli ` as devDependencies.
15+ 2 . Install ` webpack ` and ` webpack-cli ` as devDependencies
1616
1717 ```shell
1818 $ npm install --save-dev webpack webpack-cli
@@ -27,7 +27,7 @@ Follow given steps to locally setup `webpack-cli init` by installing dependencie
2727B. ** Global Setup**
2828
2929Follow following steps to setup ` webpack-cli init ` globally:
30- 1 . Install ` webpack ` and ` webpack-cli ` globally.
30+ 1 . Install ` webpack ` and ` webpack-cli ` globally
3131 ```shell
3232 $ npm install -g webpack webpack-cli
3333 ```
You can’t perform that action at this time.
0 commit comments