当我运行npm start时出现上述错误。
npm start
我在 package.json 中的脚本:
"start": "concurrently \"nodemon server\" \"react-scripts start\"",
任何帮助都会很棒!
reactjs
reactjs ×1