Skip to content
On this page
🎨 作者:Jacinda 📔 阅读量:

Fab

2月22日

Vue 运行启动问题

  • ❓ 问题描述

因为安装了新的依赖库,在启动项目时报错了。

Module parse failed: Unexpected token (5:2) You may need an appropriate loader to handle this file type.

网上搜寻过后,发现说是 版本问题

  • 💡 解决

Github 上找寻往前的版本号,进行安装,即 降低版本号

bash
npm install axios@版本号 --save