react Cannot find file: 'index.js' does not match the corresponding name on disk:

1.报错信息

./src/components/Header/index.jsx 2.42 KiB [built] [code generated]

ERROR in ./src/components/Header/index.jsx 5:0-35
Module not found: Error: Cannot find file: 'index.js' does not match the corresponding name on disk: '.\node_modules\prop-Types\prop-types'.
 @ ./src/App.js 5:0-41 104:40-46
 @ ./src/index.js 6:0-24 8:38-41

webpack 5.65.0 compiled with 1 error in 193 ms

2.问题所在

引入PropTypes错误

import PropTypes from 'prop-Types' =>>>>>>> import PropTypes from 'prop-types'
posted @ 2021-12-30 22:43  你若安好便是晴天1208  阅读(1148)  评论(0编辑  收藏  举报