简体   繁体   中英

how do I solve this create-react-app problem?

I have bought create react app template which is ( https://reactify.theironnetwork.org/ ), after installing all packages, it gives Support for the experimental syntax 'jsx' isn't currently enabled , when typed npm start . what can i do?

Try checking your package.json file for your start script. It normally runs with npm run start but check to see that is indeed the script to start your app.

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