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'


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM