Compiled with problems: × ERROR Cannot read properties of undefined (readin

启动vue ui 使用npm  run  serve编译启动时 , 出现以下问题:

错误截图如下:

Compiled with problems: × ERROR Cannot read properties of undefined (readin_第1张图片

 解决方法: 

1. 重新创建一个新项目

2. 重新安装依赖. 出现这个问题我是因为我的依赖没有安装好

npm install -g vue 安装全局vue

npm install -g @vue/cli 安装vue脚手架 ,加一个@是最新的版本

 

你可能感兴趣的:(BUG求求别搞我,vue.js,前端,javascript)