Sometimes npm uninstall -g packageName
doens't work.
In this case you can delete package manually.
On Mac go to folder /usr/local/lib/node_modules
and delete folder with package you want. That's it. Check your list of globally installed packages with this command npm list -g --depth=0