I have installed webpack on Ubuntu using following command on terminal
npm install -g webpack
How to install same on Windows?
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.
It is the same on windows, but you will need to have npm in your windows machine. npm commands works the same way on windows and linux machine. If you want to install globally, use the flag "-g".
In Cmder with chocolatey:
choco install nodejs
npm install -g webpack
Or if you want to have a zsh experience, install ubuntu from the windows store