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
Just following Getting Started guide. Nextjs runs fine but storybook throws Cannot find package error.
node 20.17.0
pnpm 9.10.0
Windows 10
ERROR:
Failed to build the preview
Error: Cannot find package '.\node_modules\.pnpm\@[email protected][email protected][email protected][email protected]_react-do_5rcybpfaelderrqrngvo7kbxhq\node_modules\@storybook\react-docgen-typescript-plugin\dist\index.js' imported from .\node_modules\.pnpm\@[email protected][email protected][email protected][email protected]_react-do_5rcybpfaelderrqrngvo7kbxhq\node_modules\@storybook\preset-react-webpack\dist\framework-preset-react-docs.js
Did you mean to import "@storybook/react-docgen-typescript-plugin/dist/index.js"?
Reproduce:
- pnpm create start-ui --web my-app
- cd my-app
- cp .env.example .env (change DATABASE_URL)
- pnpm install
- pnpm db:init
- pnpm storybook
The text was updated successfully, but these errors were encountered:
@Art4k we did a lot of tests to try to reproduce the issue but like @DecampsRenan said we didn’t find a way to reproduce. Any idea on your side which element we are missing that can be specific to your computer?
@ivan-dalmet i tested on my other projects with yarn and everything works fine so maybe pnpm installed wrong on my side. I will test it and let you know.
Just following Getting Started guide. Nextjs runs fine but storybook throws Cannot find package error.
ERROR:
Reproduce:
The text was updated successfully, but these errors were encountered: