don't really see why I can't get this to run... I've done the following.
npm install -g webpack webpack-dev-server
confirmed that both installed successfully.
Now, when I try and execute webpack-dev-server, I get the following:
$ webpack-dev-server --inline --hot
zsh: command not found: 'webpack-dev-server'
Never run into this as all my other npm modules load/run fine, both locally and globally. I've tried installing it locally to a project as well (adding to package.json, npm install, yadda yadda..) and receive the same error.
Am I missing something?