-
Notifications
You must be signed in to change notification settings - Fork 936
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
bit eject fail, Command failed: git checkout 1.1.27 #1578
Comments
@oahehc That indeed looks like the eject was misguided by the dependency's format as you said. |
Hi @GiladShoham Does npm install (without bit) for this pacakge.json / dependency is working? |
Hi @oahehc , If you can provide a reproduce tar/zip, it'd be great. (you can send it to david@bit.dev). |
Hi @davidfirst
Error Message:
|
@oahehc thank you for the detailed explanation, it was super easy for me to reproduce :) The problem here is a combination of two things.
I tried both, changing from '1.0.0' to 'v1.0.0' and changing from 'npm' to 'yarn', both work. |
@davidfirst |
Expected Behavior
eject success
Actual Behavior
eject fail with this error message:
Command failed: git checkout 1.1.27
Steps to Reproduce the Problem
"my-library": "https://bitbucket.org/my-library.git#1.1.27",
bit eject
(I don't have 1.1.27 branch, so I guess the eject command was misguided by the dependency's format?)
Specifications
Thanks for the help in advance.
The text was updated successfully, but these errors were encountered: