How can we install webpack on Windows?

Mayank Sethi picture Mayank Sethi · May 22, 2017 · Viewed 12.6k times · Source

I have installed webpack on Ubuntu using following command on terminal

npm install -g webpack

How to install same on Windows?

Answer

Koby Douek picture Koby Douek · May 22, 2017

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.