解决方法
Try un/reinstalling it if you are sure you aren't using it. That should get rid of the error message.
npm un semver -g and then npm install semver -g
Edit: it seems that one of your modules needs semver@1.x so try sudo npm install semver@1.1.4 -g