npm运行出错npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
场景复现: 使用vue CLI创建项目后,需要安装Vant, 发现Vant最新版本不支持Vue2,删除node_modules 之后 运行npm insall 一直报错
解决办法:使用yarn 重新安装包
标签:npm,code,Vant,ERR,unable,ERESOLVE
来源: https://www.cnblogs.com/stormliu/p/16438286.html