编译失败

时间:2019-04-15 08:50:46

标签: reactjs

我正在创建一个名为“计数器”的新组件,但出现此错误:

./src/components/counters.jsx
Cannot find file: 'Counter.jsx' does not match the corresponding name on disk: '.\src\components\counter.jsx'.

1 个答案:

答案 0 :(得分:0)

Cannot find file: 'Counter.jsx' does not match the corresponding name on disk: '.\src\components\counter.jsx'

在此错误中,很明显您尝试导入的文件不可用,或者您在导入中拼写了错误的文件名。
路径和文件也区分大小写。因此错误出在两个Counter.jsx.\src\components\counter.jsx