webpack is not recognized as a internal or external command,operable program or batch file

Better solution to this problem is to install Webpack globally.

This always works and it worked for me. Try below command.

npm install -g webpack

Leave a Comment