【工具】npm使用

npm基本使用

FAQs

npm WARN unmet dependency xxx

解决方法:

  1. 删除node_modules
  2. 执行npm cache clean
  3. 重新安装所需Package

参考:http://stackoverflow.com/questions/20764881/why-does-npm-install-say-i-have-unmet-dependencies

posted @ 2014-11-10 16:54  我的百科全书  阅读(241)  评论(0编辑  收藏  举报