报错TypeError: Cannot read property 'range' of null

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了报错TypeError: Cannot read property 'range' of null相关的知识,希望对你有一定的参考价值。

参考技术A

同样的项目,同样的package.json,当我执行npm install之后
启动项目

报错

因为package里面的包都是向上兼容,所以安装的包的版本可能导致这个原因
有两种解决办法
1、copy 同事的package-lock.json,重新安装,成功启动
2、排查原因

ps: 文件 > 首选项 > 设置 添加配置来指定我们创建的 .eslintrc.js 配置文件路径即可启用自定义规则检测,ESLint 会查找并自动读取它们:
"eslint.options":
"configFile": ".eslintrc.js"
,

vue报错 Uncaught TypeError: Cannot read property ‘children ’ of null

 

Uncaught TypeError: Cannot read property ‘children ’ of null


 

ratings未渲染完毕,就跳走goods了,取消默认跳转,即可

 

 

以上是关于报错TypeError: Cannot read property 'range' of null的主要内容,如果未能解决你的问题,请参考以下文章

解决报错:Uncaught TypeError: Cannot read properties of undefined (reading ‘install‘)

vue报错 Uncaught TypeError: Cannot read property ‘children ’ of null

vue 报错:TypeError: Cannot read property '$createElement' of undefined

Syntax Error: TypeError: Cannot read property ‘parseComponent‘ of undefined (vue报错)

Vue拦截器报错Uncaught (in promise) TypeError Cannot read properties of undefined (reading ‘code‘)

TypeError: Cannot read properties of null (reading ‘insertBefore‘) vue项目报错