解决关于:TypeError: Class constructor Model cannot be invoked without 'new'

Posted huangenai

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决关于:TypeError: Class constructor Model cannot be invoked without 'new'相关的知识,希望对你有一定的参考价值。

问题描述:在工作过程中出现 TypeError: Class constructor Model cannot be invoked without ‘new‘ 这个错误

以下是报错代码:

class Users extends father{

   constructor(data){
   super(data);
   }

   ····
}

版本信息

npm 5.0.3

node 8.9.0

错误原因:

es版本为 es2015 es5

解决方案:

打开 tsconfig.json文件

将es5 es2015 替换为es6 重新编译 

 

此随笔乃本人学习工作记录,如有疑问欢迎在下面评论,转载请标明出处。

如果对您有帮助请动动鼠标右下方给我来个赞,您的支持是我最大的动力。

以上是关于解决关于:TypeError: Class constructor Model cannot be invoked without 'new'的主要内容,如果未能解决你的问题,请参考以下文章

关于Uncaught TypeError: nt.setState.bind is not a function报错解决

关于在Mac / Win 上如何从零运行 Vue项目 || TypeError: transpileDependencies.map is not a function解决方法

未捕获的 TypeError:Object(...)(...).Class 不是函数

Python- TypeError:无法将系列转换为 <class 'int'>

numpy 引发错误:TypeError:无法推断类型的架构:<class 'numpy.float64'>

如何克服 TypeError: cannot convert the series to <class 'float'> 错误