错误代码:npm install vue-router --save-dev
首先进行原因分析:根据大部分文档的叙述 该错误为: npm版本问题,新版本对下载要求比较严格
其次解决方案:npm install --legacy-peer-deps vue-router@3.5.2