error Mixed spaces and tabs no-mixed-spaces-and-tabs报错

 

 

 

 vue尚硅谷todolist案例 中报错如下:

 

 

 ERROR  Failed to compile with 1 error                                                                           21:18:11


Module Error (from ./node_modules/eslint-loader/index.js):

F:\文件\网页文件\code\source\vue-test\src\App.vue
  19:2  error  Mixed spaces and tabs  no-mixed-spaces-and-tabs
  75:2  error  Mixed spaces and tabs  no-mixed-spaces-and-tabs

 

刚开始 以为是端口冲突了,因为好久没有打开这个案例,最近在肝java,然后索性查询了一下,关掉代码的方法, 

 

 

 

netstat -aon|findstr "xxxx"

taskkill /pid xxxx/f

结果改了端口还是不行,

 

最后,最后,原来是 代码 检验太严格了,把这个关了就运行出来了。

 

 

慢慢来,加油肝。

相关推荐

  1. 【GIt】:would clobber existing tag

    2024-03-09 23:48:03       15 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-03-09 23:48:03       16 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-03-09 23:48:03       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-03-09 23:48:03       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-03-09 23:48:03       18 阅读

热门阅读

  1. 错误与异常之为何要异常

    2024-03-09 23:48:03       22 阅读
  2. webpack5基础--08_处理字体图标资源

    2024-03-09 23:48:03       24 阅读
  3. django收集静态文件

    2024-03-09 23:48:03       18 阅读
  4. 设计模式-访问者模式使用方法

    2024-03-09 23:48:03       23 阅读
  5. R语言系列1——R语言基础:入门篇

    2024-03-09 23:48:03       28 阅读
  6. 简易版axios实现-基于promise+XMLHttpRequest

    2024-03-09 23:48:03       23 阅读
  7. ESP32系列四:搭建http的webserver的服务器

    2024-03-09 23:48:03       25 阅读
  8. C++17之std::invoke: 使用和原理探究(全)

    2024-03-09 23:48:03       22 阅读