码迷,mamicode.com
首页 > 其他好文 > 详细

eslint Cannot read property 'range' of null错误

时间:2018-02-04 11:20:36      阅读:2668      评论:0      收藏:0      [点我收藏+]

标签:foreach   相同   not   for   bsp   store   jason   blog   anon   

手动添加的配置,2个项目OK,还个项目 运行报错

Cannot read property ‘range‘ of null
TypeError: Cannot read property ‘range‘ of null
    at SourceCode.getTokenBefore (/Users/jason/my-project/node_modules/eslint/lib/token-store/index.js:303:17)
    at checkSpacingBefore (/Users/jason/my-project/node_modules/eslint/lib/rules/template-curly-spacing.js:51:42)
    at TemplateElement (/Users/jason/my-project/node_modules/eslint/lib/rules/template-curly-spacing.js:116:17)
    at listeners.(anonymous function).forEach.listener (/Users/jason/my-project/node_modules/eslint/lib/util/safe-emitter.js:47:58)

3个项目eslint的配置包都是相同版本,最后这个报错的解决方案是将

"babel-eslint": "^8.2.1", 改为 "babel-eslint": "8.0.1",
重新install后能正常跑起来了.

 

eslint Cannot read property 'range' of null错误

标签:foreach   相同   not   for   bsp   store   jason   blog   anon   

原文地址:https://www.cnblogs.com/ryans/p/8411298.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!