I have installed webpack in this way:
npm install -g webpack
Now want to uninstall it:
npm uninstall -g webpack
Worked for me, try running the command prompt in administrator mode.