Trying to remove a global package and it doesn't seem to be removing it.
$ eslint -v
v1.10.3
$ npm uninstall eslint -g
$ sudo npm uninstall eslint -g
$ eslint -v
v1.10.3
$ sudo eslint -v
v1.10.3
$ which eslint
/usr/local/bin/eslint
You can see that eslint is still at version 1.10.3. Why is this not deleting?