- 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
node_modules
$ rm -rf node_modules/
$ npm cache clean
详见这里: http://stackoverflow.com/questions/20764881/why-does-npm-install-say-i-have-unmet-dependencies