-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[Bug]: [7.0.0.0-beta.38] Storybook add-ons could not be resolved after migrating to v7 #20876
Comments
Closing this as a duplicate to #20405 -- different symptoms, but I assume fixing PnP support will fix this issue too if there are no extra steps needed to reproduce. |
@shilman Hi, as the issue you mentioned is closed, should this issue be fixed in 7.0.0-beta.48? (I still get these errors) |
@shilman Hi, I have the errors described in this issue, with version |
@ofux Supposed to be! Do you have a repro you can share? |
@shilman Facing the same issue. |
That's the repo you asked for on Discord - https://github.com/sashka-ltd/nx-sb-7 |
Hmmmm, I tested out the reproduction from @ar7casper and I don't see these errors, only "no stories found", which indicates to me that SB is at least loading up correctly. |
Going to re-close this for now unless someone's still having issues. |
I am having this exact issue and it is easily reproducible through Nuxt 3 project.
I also re-installed the packages using EDIT |
we are running to the same issue in next project after running we are using next, node v18.12.1, and yarn is 3.3.1 resolved with removing |
I was facing exactly the same issue after automatic upgrade. |
I have the exact same issue, but i don't seem to have a .pnp.cjs. Neither at my home director nor in the project root.
In my home directory i had a .pnp-state folder which i tried to delete but didn't seem to help. My setup:
Maybe someone has another idea? EDIT: |
@s0n4 you could try running something like this on your command line: find ~ -name ".pnp.*" Then, if you don't find anything, look in |
After trying everything else, removing This should be documented somewhere 🕵️ |
This solved my problem. Like other users, I didn't have a |
I
I had to do the same... makes no sense! first time I heard of it |
Just ran into this issue and deleting .pnp.cjs did the trick. 🎃 |
Describe the bug
After migrating from v6.5.15 to v7.0.0.0-beta.38 I get the below errors in my terminal whenever I start storybook. Not sure if relevant, but I don't use yarn PnP.
I'm using Vite and React.
To Reproduce
System
Additional context
No response
The text was updated successfully, but these errors were encountered: