Do I have to install webpack globally for me to issue webpack commands?
I installed webpack inside my project folder using npm install webpack --save-dev
and added it to dev dependencies. I'm inside my project folder and when I run a webpack command, I get the following error:
'webpack' is not recognized as an internal or external command, operable program or batch file.
BTW, I'm on Windows 10.