-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
clineeds reproductionIndicates that a reproduction repository must be provided for this issueIndicates that a reproduction repository must be provided for this issuequestion / support
Description
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:
On branch va5
Your branch is up-to-date with 'origin/va5'.
nothing to commit, working directory clean
git diff
has no output
Steps 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)
getstorybook - the simplest way to add a storybook to your project.
• Detecting project type. ✓
• Adding storybook support to your "React" app. ✓
• Preparing to install dependencies. ✓
yarn install v0.22.0
info No lockfile found.
[1/4] 🔍 Resolving packages...
warning @storybook/react > [email protected]: Accidentally doesn't hot reload if warnings are seen
error Command failed.
Exit code: 128
Command: git
Arguments: pull
Directory: /Users/andrew/Library/Caches/Yarn/v1/.tmp/a71eb20c6f8366926c96610aa7b336f4
Output:
error: Pull is not possible because you have unmerged files.
hint: Fix them up in the work tree, and then use 'git add/rm <file>'
hint: as appropriate to mark resolution and make a commit.
fatal: Exiting because of an unresolved conflict.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
• Installing dependencies. ✖
An error occurred while installing dependencies.
Metadata
Metadata
Assignees
Labels
clineeds reproductionIndicates that a reproduction repository must be provided for this issueIndicates that a reproduction repository must be provided for this issuequestion / support