-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Error installing 1.28.1 #218
Comments
Please use storybook module from npm.
We're using the |
@mnmthanish it should be possible to refer GitHub as the source as well. May be we need to publish the dist directory of split-pane and mantra-core into GitHub. |
Published Tip:
|
Thank you! I have verified that the install works from github. I could never get it to work from our private npm registry, so that's why I went the github route. |
Great work guys. |
I am trying to use the latest storybook and have run into a few issues that I wanted to run by someone here. Everything worked fine a couple of weeks ago, but then I upgraded to npm 3.x and tried to grab the latest storybook code.
I tried to keep the package.json simple, like this:
but always received errors like this upon "npm install":
So I tried to expand the list of dependencies in package.json to this:
That allowed me to at least download the packages and start up storybook. However, upon starting, I got a further error:
Checking init.js, it appears to be pointing to a directory in storybook-core that doesn't really exist. Do you think this is an issue with this distribution, or am I doing something wrong?
Thanks for any assistance. React Storybook is a great tool, and it would be great to see it working again!
The text was updated successfully, but these errors were encountered: