We are trying to run the storybook in aspnet zero, the installation goes well but when we run the storybook we get an invalid string length error when it starts generating the documentation.
I was wondering if anyone had a good solution to this issue. Our aspnet zero version is 8.1, with angular 9.1.
We have tried running it on a fresh new application with same framework versions and the error persists, but if we run it on a standard angular (without aspnet zero) applicaiton it goes well.
5 Answer(s)
-
0
Hi @klir
Could you write the steps you have followed ? We can reproduce it by following same steps and try to offer you a solution.
Thanks,
-
0
Hi @ismcagdas .
Yes, in root project folder we run:
npx sb init
After installation finishes try to run it trought the commandnpm run storybook
-
0
Hi @klir
We are invetigating the problem. We created an issue about it https://github.com/storybookjs/storybook/issues/17349. We will inform you when the problem is solved
-
0
Great news @musa.demir We're looking forward to have this running, thanks
-
1
Hi,
We also tried increasing the memory limit for the related command as suggested for similar node errors but it didn't help either. So, let's see what storybook team suggests.