Closed JordanMed closed 1 year ago
I have a similar issue and it seems that in the peer dependencies we have:
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
Meaning that those having react ^18 will end up having a `not resolve dependency error.
cc. @jeanfredrik
Thanks for spotting this! It should be fixed in 5.1.1 now.
I am running a Vue 3 project on storybook.js
I tried to install using the following but am receiving an error ERESOLVE unable to resolve dependency tree
I ended up running this command to get it to install
now when i try and run storybook i'm getting another error Error: Cannot find module 'react/package.json'
Just wondering if this is something on my end and if anyone has any ideas on how i can fix it.
Thanks.
node v16.15.1 npm 8.15.0