标签:
node_modules
$ rm -rf node_modules/
$ npm cache clean
详见这里: http://stackoverflow.com/questions/20764881/why-does-npm-install-say-i-have-unmet-dependencies
npm WARN unmet dependency问题的解决方法
原文地址:http://www.cnblogs.com/argb/p/4338670.html