Search code examples
javascriptwebpackbundles

How can we install webpack on Windows?


I have installed webpack on Ubuntu using following command on terminal

npm install -g webpack

How to install same on Windows?


Solution

  • There's no difference. You can run the exact same command in Windows, assuming you have NPM installed. If you don't, follow this link to download and install it.