这是官方的源码位置github.com/newbee-ltd/…
执行npm install 指令报错, 报错时的工具版本(node版本15.3.0,npm版本7.9.0)
```
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: vue3-admin@0.0.0
npm ERR! Found: vite@2.1.5
npm ERR! node_modules/vite
npm ERR! dev vite@"^2.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer vite@"^1.0.0-rc.9 || ^1.0.0" from vite-babel-plugin@0.0.2
npm ERR! node_modules/vite-babel-plugin
npm ERR! dev vite-babel-plugin@"^0.0.2" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! See C:\Users\Admin\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Admin\AppData\Local\npm-cache\_logs\2021-04-15T08_23_53_101Z-debug.log
```
解决办法:
// node版本应该无所谓,主要原因是npm版本过高造成的,npm降级为6.14.4就好了
npm -g install npm@6.14.4