Answers for "The term 'webpack' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again."

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 "The term 'webpack' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again."

Browse Popular Code Answers by Language