bmayen

Results 10 comments of bmayen

Confirming this works on my end after the update

Watchman also seems to be a blocker for setups on WSL. VSCode is running on Windows but node_modules is installed under WSL. In this case I'm getting "Watchman was not...

yep, I have it installed under WSL, but there seems to be an issue with VSCode running on Windows while watchman is under WSL.

just ran into this as well. Works with typescript ~4.2.0 but breaks with ~4.3.0

Correct, I'm using Angular. So, sounds like while you've done some amazing work for Vue, Angular is still stuck with fixed size iframes for now.

Agreed that wrapping Angular components in Angular Elements seems like the logical next step for `prepareForInline`. I have some experience with that so I may be able to contribute here...

@shilman, once `prepareForInline` functionality is merged, do you have any thoughts on where support for angular should live? I could open a PR to add an Angular Elements wrapper for...

Going to close this and open a new issue to track Angular `prepareForInline` support.

https://github.com/storybookjs/storybook/issues/8153

I was running into this but after deleting root node_modules and package-lock.json and reinstalling, all dependencies were included in the generated package.json as expected.