I have installed webpack on Ubuntu using following command on terminal
npm install -g webpack
How to install same on Windows?
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.