美文网首页
not removing ... node_modules/se

not removing ... node_modules/se

作者: 懒先森 | 来源:发表于2017-08-21 16:03 被阅读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

来源

相关文章

网友评论

      本文标题:not removing ... node_modules/se

      本文链接:https://www.haomeiwen.com/subject/iwthdxtx.html