报错Cannot find module '@babel/plugin-transform-react-jsx'

1. 删除项目下node_modules文件夹

2. yarn add start (重新下载node_modules)

3. yarn start