简体   繁体   中英

Module build failed (from ./node_modules/react-scripts/node_modules/babel-loader/lib/index.js)

React 应用程序错误的图像

Tried running all of them:

npm install @babel/core @babel/preset-env npm install -D babel-loader @babel/core @babel/preset-env webpack npm install -D babel-loader @babel/core @babel/preset-env @babel/preset-react webpack npm install -D babel-loader@7 babel-core babel-preset-env babel-preset-react webpack npm install @babel/cli @babel/core @babel/node @babel/preset-env

Error seems clear, TinderCards is already declared. What is TinderCards.css exporting that you are importing? - import./TinderCards.css maybe interpreted as importing TinderCards and so the babel parsing error. -Also, could you share contents of ur TinderCards.css file.

npmjs.com/package/Babel#methods This shows how Babel can help with different file formats, and your error shows that error is @babel/parser/lib... so there's error in parsing. I don't know more details of your files on all this but this may help.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM