我是一个VUE初学者,在进行手动安装vue-router模块时控制台给出警告“npm WARN [email protected] requires a peer of [email protected]^6.0.0 but none is installed.”,其实这里是本地电脑中确实[email protected]^6.0.0然后咱们自己手动安装一下一下即可。
错误提示信息
手动安装[email protected]^6.0.0
安装命令
npm install [email protected]^6.0.0