generated from storybookjs/addon-kit
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pnpm mandatory? #87
Labels
bug
Something isn't working
Comments
@lensbart What version of node and npm do you use ? I just tested with node v18.16.1 and npm v9.5.1 and it works just fine |
node v22.11.0 {
"devDependencies": {
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-onboarding": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.7",
"storybook": "^8.4.7",
}
} |
In my case, it turns out I didn’t need this package. Eventually I found these instructions to fix the problem I had with RRv7. So feel free to close the issue Happy new year |
@lensbart just tried it, it works. Can you run |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running
npm i -D storybook-addon-remix-react-router
(as per the README) I getI suppose this is due to this line. I don’t understand the restriction to only allow PNPM? If this wasn’t included by accident, the Getting Started instructions should probably mention pnpm instead of npm.
Thanks!
The text was updated successfully, but these errors were encountered: