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

Incorrect warning "no files matching any of the following globs" #10822

Closed
graup opened this issue May 18, 2020 · 3 comments
Closed

Incorrect warning "no files matching any of the following globs" #10822

graup opened this issue May 18, 2020 · 3 comments

Comments

@graup
Copy link
Contributor

graup commented May 18, 2020

Describe the bug

When running storybook build, this warning is printed:

WARN We found no files matching any of the following globs:
WARN
WARN ../src/stories/**/*.stories.(js|mdx)

However, everything works! Stories are loaded properly. So, it seems the warning is just incorrect.

To Reproduce

Version: next @ 4b7c1a4

Steps to reproduce the behavior:

  1. cd examples/vue-kitchen-sink
  2. yarn storybook
@ksaturnius
Copy link

ksaturnius commented May 19, 2020

When testing the migration of a Vue-based monorepo (Yarn/Lerna) project based on feedback in #10817, I am also running into this same warning:

WARN We found no files matching any of the following globs:
WARN
WARN ../components/**/*.stories.(js|mdx)
WARN ../lib/**/*.stories.mdx

However, none of my stories are loading :/

All @storybook dependencies are on 6.0.0-beta.8.

@ndelangen
Copy link
Member

I think @yannbf was working on a fix for this?

@yannbf
Copy link
Member

yannbf commented May 21, 2020

Hey everyone, this is a duplicate of #10772. A fix is on the way, it just needs to be further discussed! 🙆‍♀️

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

5 participants