react 脚手架装后 运行eject报错 的 正确运行方式

git init
git add .
git commit -m 'init'
npm run eject 或者 cnpm run eject
原文地址:https://www.cnblogs.com/pengchenggang/p/11646384.html