I cloned this Webpack Starter package through github using gitbash following a tutorial on pluralsight. I am trying to access webpack through Visual Studio Code\'s integrate
running
npm install -g webpack-dev-server
in cmd as an administrator solved my problem. I hope it helps others.