-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Nuxt fails after installing @nuxtjs/storybook #689
Comments
Did you run |
The same issue nuxt: 3.12.3 Node throws an error on any command run (package installation, build, generate, running UPD: repository to reproduce: https://github.com/buggregator/frontend, branch: dx/update-storybook-version |
Yes, for some reason the released package is completely empty: https://www.npmjs.com/package/@nuxtjs/storybook?activeTab=code. Sorry everyone! I promise, we are getting there eventually 😸 @chakAs3 could you please try it again? Please don't change the lock file locally (it broke ci again and may be the reason for the faulty release). If you still have these version issues, I'll try to resolve them before you release the next version. |
@tobiasdiez The lockfile changes every time I run pnpm i, even though I haven't made any changes. This prevents the release from passing because the git status isn't clean. I will clone the repository again to get a fresh copy. and see what happens |
Do you have an up to date pnpm? |
that is what i doubt i guess i have 8.5.0, should it be 9.x ? |
Yes! The easiest way is to use |
@tobiasdiez i have updated pnpm, lockfile is fine not touched, i ran |
same issue the package is empty and no release pushed. |
I think I've found the mistake. Hopefully fixed by #702. |
After installing @nuxtjs/storybook to an existing nuxt project, the command
npm run dev
fails with the error:Directory \node_modules@nuxtjs\storybook\ contains only node_modules dir & package.json file.
executing
npm run build
in this dir results to the error:Windows 11
node 20.15
npm 10.8.1
Nuxt 3.12.3 with Nitro 2.9.7
@nuxtjs/storybook 8.1.2
The text was updated successfully, but these errors were encountered: