运行npm run eject报错解决方法

在使用 npx create-react-app test 创建项目后 cd test  

1、git init
2、git add .      // 注意有 . 不要落下
3、git commit -m 'first git'

然后在执行

npm run eject 

即可

注意  

 

你可能感兴趣的:(学习笔记)