【发布时间】:2021-05-10 14:28:29
【问题描述】:
运行 npx create-react-app 然后 npm start 后,我不断收到此错误
./src/index.css (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-4-1!./node_modules/postcss-loader/src??postcss!./src/index.css)
TypeError: Cannot read property 'prefix_exceptions' of undefined
at Array.map (<anonymous>)
我已尝试重新安装多次,但无法解决此错误。
【问题讨论】:
-
你安装了哪个版本的 Node.js?