undo 'npm run eject' in react

后端 未结 3 1392
自闭症患者
自闭症患者 2021-02-01 17:55

I was trying to test the performance of my React app(created with create-react-app) with react CDN script and i did \'npm run eject\' to add webpack ex

3条回答
  •  没有蜡笔的小新
    2021-02-01 18:19

    If you're in now master branch (Which configuration is same as before npm run eject), then try following.

    • Delete node_module
    • npm install
    • npm start

提交回复
热议问题