Answers for "webpack-dev-server : The term 'webpack-dev-server' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the"

1

'webpack' is not recognized as an internal or external command,

// Install 
npm install webpack

// Install globally
npm install -g webpack
Posted by: Guest on October-02-2020

Code answers related to "webpack-dev-server : The term 'webpack-dev-server' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the"

Browse Popular Code Answers by Language