TypeError:|TypeError: Cannot read property 'range' of null
vue-cli3搭建的项目
在执行 npm run serve 后提示TypeError: Cannot read property 'range' of null
原因是Npm实时更新维护各种包,有时安装的刚好是有问题的。
常见出问题的比如"babel-eslint": "^10.0.3"
解决方法一:可更换至稳定版本cnpm i babel-eslint@7.2.3
网上更多人建议最直接的办法:
解决办法二:
删除node_modules
重新安装:npm/cnpm install
【TypeError:|TypeError: Cannot read property 'range' of null】我个人使用方法一解决了问题,方法二不行。
推荐阅读
- Android looperhandler及HandlerThread
- Building Boost for Android with error “cannot find -lrt”
- 如何修复ssh_exchange_identification: read: Connection reset by peer错误()
- Androidproject中增加图片,报错cannot be resolved or is not a field
- Can't rewrite append only file in background: fork: Cannot allocate memory
- Cannot read lifecycle mapping metadata for artifact org.apache.maven.plugins问题的解决
- C#线程的名字
- C#线程类
- C# StringReader用法
- C# BinaryReader用法