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

Ignore any unstructured output from the package managers #3563

Merged
merged 1 commit into from
May 9, 2018

Conversation

Keraito
Copy link
Contributor

@Keraito Keraito commented May 9, 2018

Issue: Addresses #3529

What I did

See #3529 (comment) for my understanding of the issue. TLDR: Installation process of storybook gets halted on Windows due to unstructured warning of npm about a npm update check failed and a warning in the implementation of yarn.

The easiest fix is to just ignore those warnings as they are not the responsibility of Storybook and are not specific to the installation of Storybook, which is what I have done. Another solution would be to print these warnings during the installation (with a special note), potentially under a parameter flag of some kind, to either show or hide it.

@Hypnosphi Hypnosphi added cli patch:yes Bugfix & documentation PR that need to be picked to main branch bug labels May 9, 2018
@codecov
Copy link

codecov bot commented May 9, 2018

Codecov Report

Merging #3563 into master will decrease coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3563      +/-   ##
==========================================
- Coverage   37.12%   37.11%   -0.01%     
==========================================
  Files         509      509              
  Lines       10848    10849       +1     
  Branches      977      971       -6     
==========================================
  Hits         4027     4027              
+ Misses       6244     6216      -28     
- Partials      577      606      +29
Impacted Files Coverage Δ
lib/cli/lib/latest_version.js 0% <0%> (ø) ⬆️
addons/storysource/src/loader/parse-helpers.js 46.75% <0%> (ø) ⬆️
addons/info/src/components/markdown/pre/pre.js 77.58% <0%> (ø) ⬆️
...react-native/src/manager/components/PreviewHelp.js 0% <0%> (ø) ⬆️
addons/knobs/src/components/types/Array.js 30.98% <0%> (ø) ⬆️
lib/ui/src/modules/ui/components/header.js 25.71% <0%> (ø) ⬆️
addons/actions/src/lib/types/object/index.js 79.16% <0%> (ø) ⬆️
addons/actions/src/lib/util/typeReviver.js 71.42% <0%> (ø) ⬆️
lib/ui/src/modules/ui/containers/addon_panel.js 23.52% <0%> (ø) ⬆️
lib/core/src/client/preview/subscriptions_store.js 68.96% <0%> (ø) ⬆️
... and 79 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2caf4f6...4a1e7eb. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cli patch:done Patch/release PRs already cherry-picked to main/release branch patch:yes Bugfix & documentation PR that need to be picked to main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants