not removing ... node_modules/se
2017-08-21 本文已影响17人
懒先森
解决方法
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