npm start 报错
Wangggym opened this issue · 3 comments
Wangggym commented
yushaoyi commented
package.json 修改,前面加个node就可以
"scripts": { "start": "node bin/react-scripts start", "build": "node bin/react-scripts build", "test": "node bin/react-scripts test --env=jsdom", "eject": "node bin/react-scripts eject" }
bailicangdu commented
运行入口文件已修改
packaaa commented
是 npm run start