-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run eject silently fails when a config folder already exist #1054
Comments
I think this was fixed in #951, but it's not released yet. |
It seems that those checks are focused on files inside the folder, but doesn't check the folder itself? |
Can you check if it's reproducible on master? |
Noob question but, how could I do that? According to NPM documentation, I tried this
but doesn't work |
This wouldn't work. You'd need to follow the Contributing guide in the repo to test changes. |
All's good, thanks 👍 |
Me too where is the file?? |
Description
npm run eject
silently fails when a config folder already exist.Expected behavior
It's a common behavior to have a
/config
folder at the base of a project.npm run eject
should throw an error or even better, "merge" new files with existing ones.Actual behavior
Environment
node -v
: 5.0.0npm -v
: 3.3.6Operating system: macOS Sierra
Reproducible Demo
mkdir config
npm run eject
Thanks 🙏
The text was updated successfully, but these errors were encountered: