Skip to content
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

getstorybook errors with ETIMEOUT #2865

Closed
nehaverma8 opened this issue Jan 29, 2018 · 3 comments
Closed

getstorybook errors with ETIMEOUT #2865

nehaverma8 opened this issue Jan 29, 2018 · 3 comments

Comments

@nehaverma8
Copy link

Issue details

I installed @storybook\cli
I navigated to my react project : demo
I ran the command : getstorybook

I got an error
connect ETIMEOUT 151.101.208.162.80

Expected the related folders and scripts to be added to my project

Steps to reproduce

I am behind a enterprise proxy

(A screencast can be useful for visual bugs, but it is not a substitute for a textual description.)

Please specify which version of Storybook and optionally any affected addons that you're running

  • @storybook/cli 3.3.11

Affected platforms

Windows 7 Enterprise

Screenshots / Screencast / Code Snippets (Optional)

// code here
@Hypnosphi
Copy link
Member

@storybooks/team any idea how to debug that?

@stale
Copy link

stale bot commented Mar 15, 2018

Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 60 days. Thanks!

@stale stale bot added the inactive label Mar 15, 2018
@danielduan
Copy link
Member

you'll need to configure NPM to use a proxy.

npm config set proxy http://proxy.company.com:8080
npm config set https-proxy http://proxy.company.com:8080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants