当前位置:网站首页>运行npm run eject报错解决方法

运行npm run eject报错解决方法

2022-06-24 06:46:00 张小浪

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

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

然后在执行

npm run eject 

即可

注意  

 
原网站

版权声明
本文为[张小浪]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_40011214/article/details/107801908