atanasster / storybook-addon-deps

A storybook addon to add a dependencies tree exporer tab.
https://atanasster.github.io/storybook-addon-deps/?path=/docs/design-system-avatarlist--short
MIT License
59 stars 3 forks source link

Not working on Windows #7

Closed tim-thaler closed 4 years ago

tim-thaler commented 4 years ago

Hello @atanasster, thanks for your work! I tried to get it to work on windows 10, but without success. I made some debugging and every dependency seems to be collected but it is not shown in the frontend explorer. I used the same configuration on a linux machine and it worked. Any idea what it might be? I tried to start storybook as well with "cross-env".

Thanks in advance Tim

atanasster commented 4 years ago

Thanks @tim-thaler - nothing comes to mind about differences under windows.

Do you see the component prop tables in the storybook docs page under windows?

tim-thaler commented 4 years ago

I can see it. I hope that my further investigations will bring some more details. So stay tuned. Thanks

atanasster commented 4 years ago

Thanks a lot, let me know your further findings