You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our CLI relies on libraries like latest-version to check for the latest version of any published package. This creates a problem when the user is behind a corporate firewall and requires a proxy to access the internet.
Work summary
Our CLI relies on libraries like
latest-version
to check for the latest version of any published package. This creates a problem when the user is behind a corporate firewall and requires a proxy to access the internet.#3060
Where to start
https://github.com/storybooks/storybook/blob/master/lib/cli/lib/helpers.js#L12
Acceptance criteria
remove dependencies on
latest-version
and callnpm
oryarn
when checking for latest version and installingWho to contact
Me
The text was updated successfully, but these errors were encountered: