我是一个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然后咱们自己手动安装一下一下即可。

错误提示信息

VUE--npm WARN [email protected] requires a peer of [email protected]^6.0.0 but none is installed.
npm install 提示信息

手动安装[email protected]^6.0.0

安装命令

npm install [email protected]^6.0.0

 

相关文章:

  • 2022-12-23
  • 2021-04-20
  • 2021-12-06
  • 2022-12-23
  • 2021-11-02
  • 2021-07-18
  • 2021-05-14
  • 2021-04-25
猜你喜欢
  • 2021-10-28
  • 2021-09-23
  • 2021-08-27
  • 2021-05-26
  • 2022-02-20
  • 2021-06-29
  • 2022-12-23
相关资源
相似解决方案