-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Use in combination with lerna #336
Comments
I don’t think it’s lerna specific. Could you please try 5.x beta? |
After adapting the configuration I get a similar error:
|
It’s definitely not similar. Would you mind making an example as described here? |
It looks like you’re trying to load component from |
Ah, I have found something. In the lerna structure I can't use So I am closing this, since it is not a real issue, but it could be explained better at some place... |
Please feel free to improve docs, they are far from perfect 🙏 |
Hey, I am trying to use this project in combination with lerna. I have created a
packages
folder with a component, and added the followingstyleguide.config.js
configuration:I have webpack 2.2.1 installed, and when I execute
yarn run styleguide-server
I get the following errors:Has this guide already been tested in combination with lerna? Is it possible to use it like that? I think the problem is that there is more than one
node_modules
folder...The text was updated successfully, but these errors were encountered: