-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Can't install: Pull is not possible because you have unmerged files. #3410
Comments
After receiving that error, I ran
So I added the untracked files to git and commited them.
So I ran
But I know the dependencies are not installed because of the original error. I then ran So I ran And received a webpack compilation error about I found this issue and ran This was quite the workaround way to install Storybook, is this intentional? |
I wasn't able to reproduce it using following steps:
Can you please create a GitHub repo with minimal reproduction of your issue? |
I am not using
|
Looks like you're using a very outdated version of yarn. Please try installing the latest one |
#3453 should help in cases like yours, when you have an old yarn installed which you don't actually use |
Updated to Yarn 1.6.0. Still receiving an error installing dependencies:
But Updating yarn fixed the issue with the Git errors. |
Did you try that? |
When running
getstorybook
I receive an error that it cannot install dependencies because I have unmerged files in git. I do not:git status
output:git diff
has no outputSteps to reproduce
Run
getstorybook
OS X 10.11.6
Node 8.9.1
NPM 5.6.0
In a brand new bare Meteor app (created with
meteor create xyz --bare
)Screenshots / Screencast / Code Snippets (Optional)
The text was updated successfully, but these errors were encountered: