wladpaiva / storybook-7-vite-pnpm

Reproduction of pnpm issue when using storybook and vite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an attempt to demonstrate pnpm use with storybook 7.0 and the vite builder.

To start:

pnpm i
pnpm run storybook

There are still a handful of peer dependency warnings, but those don't cause any problems. However, a vite error is shown when the storybook tries to launch, because it cannot find the dependencies where pnpm has put them.

About

Reproduction of pnpm issue when using storybook and vite


Languages

Language:JavaScript 67.4%Language:CSS 29.7%Language:HTML 3.0%