create-react-app-typescript:错误TS2304:找不到名称'要求'

时间:2017-06-27 18:35:42

标签: node.js reactjs typescript create-react-app

我正在使用create-react-app-typescript工具构建一个react应用程序。我已经能够通过运行该工具并按照说明构建2个测试应用程序。现在突然我运行npm start时出现此错误:

error TS2304: Cannot find name 'require'.

但是我导入了我的类型。这是我的node_modules / @ types文件夹: enter image description here

这是产生此错误的行:

const logo = require('./logo.svg');

编译器无法解析resolve简单。我再说一遍:这个工作要等到几个小时之前。

对于此工具create-react-app-typescript,我可能还有一些事情要做。任何帮助和任何建议将不胜感激。

0 个答案:

没有答案