Not working with pnpm · Issue #13428 · storybookjs/storybook

Describe the bug Installation with pnpm doesn't work. To Reproduce Steps to reproduce the behavior: In a new folder... pnpx create-react-app app cd app pnpx sb-init rm -rf node_modules pnpm i pnpm ...