./bin/webpack-dev-server command not found in linux code example
Example 1: webpack-dev-server command not found
npm install webpack-dev-server -g
Example 2: sh: webpack-dev-server: command not found
"scripts": {
"start:dev": "webpack-dev-server"
}