react 运行npm run eject暴露配置报错
Are you sure you want to eject? This action is permanent
只要 git
操作一波就可以了
1 git init 2 git add . 3 git commit -m 'init'
如果是自己拿来完的项目,暴露出错,直接删掉项目的.git目录即可解决问题
然后再次执行npm run eject即可
Are you sure you want to eject? This action is permanent
只要 git
操作一波就可以了
1 git init 2 git add . 3 git commit -m 'init'
如果是自己拿来完的项目,暴露出错,直接删掉项目的.git目录即可解决问题
然后再次执行npm run eject即可