You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
The problem occurs when adding storybook into a project that has been bootsrapped using pnpm. We already have logic to detect whether the project is using npm or yarn, but not pnpm. And when trying to yarn install or npm install, an error is thrown on pnpm vite projects:
Is your feature request related to a problem? Please describe
The problem occurs when adding storybook into a project that has been bootsrapped using pnpm. We already have logic to detect whether the project is using npm or yarn, but not pnpm. And when trying to
yarn install
ornpm install
, an error is thrown on pnpm vite projects:To reproduce, in a new folder, run:
Describe the solution you'd like
We should look for a
pnpm-lock.json
file in the project, and if found, usepnpm install
.Describe alternatives you've considered
N/A
Are you able to assist to bring the feature to reality?
Yes, I can give it a shot.
The text was updated successfully, but these errors were encountered: