After create-react-app to create a project, run npm run eject error Solution

Run npm run solution eject error

The main problem is the scaffolding add .gitgnore file, but no local storage, use the following command will be able to operate the following

git init

git add .

git commit -m 'saveing befor ejecting'

At last

npm run eject

End!

 

Guess you like

Origin www.cnblogs.com/duoer/p/10981523.html