solidjs icon indicating copy to clipboard operation
solidjs copied to clipboard

Cannot do npm install

Open k3nsei opened this issue 8 months ago • 3 comments

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

k3nsei avatar Apr 09 '25 13:04 k3nsei

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 avatar Apr 22 '25 08:04 Hulexis

@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 avatar Apr 22 '25 08:04 k3nsei

@k3nsei Maybe it helps: create-solid-storybook

kachurun avatar May 25 '25 20:05 kachurun