npm run eject
run this code,had error。

The eject command will fail if you have untracked or modified files in your project. You need to either commit your changes, stash them or revert them first and then run eject.
Why is eject doing anything with source control? This seems very wrong to me.
Most helpful comment
The
ejectcommand will fail if you have untracked or modified files in your project. You need to either commit your changes, stash them or revert them first and then runeject.