not removing ... node_modules/semver 导致的npm错误

解决方法

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 [email protected] so try sudo npm install [email protected] -g

来源

你可能感兴趣的:(not removing ... node_modules/semver 导致的npm错误)