unable to install percy-storybook #605
Unanswered
hamisharro-e2x
asked this question in
Support
Replies: 2 comments
-
Hey @hamisharro-e2x! Most of these errors aren't coming from Percy but from your storybook build output (there's no Percy in those error stack traces). This error does mean something to us, though:
That means we're not able to find any stories using the methods storybook provides: Lines 92 to 94 in 9feeba3 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @Robdel12, thanks for responding so quickly, I have found both objects on the window when using storybook-static, and have attached them to this response, everything looks okay to me, but I am not too sure! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The problem
I am having trouble with installing percy-storybook, I have followed the set-up documentation and cannot get it to work with our storybook in any variation. I have tried a few different versions of
@percy/cli
and@percy/storybook
as I haven't been able to find a recommended configuration forstorybook 6.4.20
, all the errors below are from using the versions in the dependencies. I have downloaded the example-percy-storybook repo and have no problems running it locally. I am unable to provide access to the repository and will try to reproduce the problem, and share it if I can.Environment
Debug logs
Errors from
percy storybook:start -v
:Errors from
percy storybook ./storybook-static -v
:Errors from
percy storybook http://localhost:6006 -v
:start-storybook -p 6006
http-server storybook-static --port 6006 --silent
Beta Was this translation helpful? Give feedback.
All reactions