npm WARN unmet dependency问题的解决方法

  • remove node_modules $ rm -rf node_modules/
  • run $ npm cache clean

详见这里: http://stackoverflow.com/questions/20764881/why-does-npm-install-say-i-have-unmet-dependencies

原文地址:https://www.cnblogs.com/argb/p/4338670.html