-
-
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
How can I install storybook via npm? #122
Comments
Check this: https://github.com/kadirahq/react-storybook/blob/master/docs/known_issues.md#npm-404-error May be you are using an NPM proxy. |
It has been fixed now. Thank you. |
@yhjor1212 Could you update on how you get it fixed? |
I just disabled the registry and reinstall again. After the installation I enabled it again. |
Ah got it. |
The solution is to set a registry for modules of specific scope. You can add the following to your project's .npmrc file
|
Fix issue storybook-eol#19 please see storybookjs/storybook#122
* Support show docgen prop description * Update to comply PR * Update Readme + Example * Refactor to comply #PR122
Here is the error message:
`npm i --save-dev @kadira/storybook
npm ERR! Darwin 15.4.0
npm ERR! argv "/usr/local/Cellar/nvm/0.30.1/versions/node/v5.9.1/bin/node" "/usr/local/opt/nvm/versions/node/v5.9.1/bin/npm" "i" "--save-dev" "@kadira/storybook"
npm ERR! node v5.9.1
npm ERR! npm v3.7.3
npm ERR! code E403
npm ERR! unregistered users are not allowed to access package @kadira/storybook : @kadira/storybook
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues
npm ERR! Please include the following file with any support request:
npm ERR! /Users//projects//npm-debug.log`
What doesn't this repo to be published to a better named repo, say 'react-storybook'?
The text was updated successfully, but these errors were encountered: