Cannot do npm install
I cannot install those packages because I'm using npm and there is this line https://github.com/storybookjs/solidjs/blame/b5346198cbfe6589afa72724c7cc8ae979172e1d/packages/renderers/solid/package.json#L54
As a temporary solution, you could use npm overrides until it gets fixed.
Adding this to your package.json should help—just make sure to check for the latest @types/babel__standalone package version:
{
"overrides": {
"@types/babel__standalone": "7.1.9"
}
}
@Hulexis It prevent me to even setup storybook in my project and as it's just hobby project I can wait for proper release and fix. But thanks for sharing quick fix solution maybe it would be helpful for others :)
@k3nsei Maybe it helps: create-solid-storybook