-
Notifications
You must be signed in to change notification settings - Fork 20
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
Error code EUNSUPPORTEDPROTOCOL when installing on Nuxt project #12
Comments
same here |
even on existing nuxt project still got the same error. |
@alniv1234 and @g1ronn1mo I was able to get around this issue by copying the package.json here into my existing project: I also copied this folder into my project: |
updated my package.json:
ran ran got error:
|
@g1ronn1mo What if you try it like that? |
this if for vue 3 and not this package. |
This works even less. This sets:
and when I try to change it back to |
This is the full log: |
This is with: ERR_PNPM_WORKSPACE_PKG_NOT_FOUND In ....\AppData\Local\pnpm\store\v3\tmp\dlx-34340: "@storybook/codemod@workspace:*" is in the dependencies but no package named "@storybook/codemod" is present in the workspace This error happened while installing the dependencies of [email protected]
|
Hi @g1ronn1mo @alniv1234 @LucaMargadant sorry Guys cause i was doing some test for CI, that is why was breaking. Please you can test now with and let me know. |
@LABCAT |
I deleted all depenedcies for Ater running storybook init - the simplest way to add a Storybook to your project. • Detecting project type. ✓ • Installing dependenciesLockfile is up to date, resolution step is skipped
Nuxi 3.6.5 Would you like to install it? ... yes • Installing dependenciesLockfile is up to date, resolution step is skipped
Nuxi 3.6.5 1:45:21 PM Running Storybook
@storybook/cli v7.2.2-alpha.0 WARN Failed to load preset: "@storybook-vue\nuxt\preset" WARN Broken build, fix the error above. ELIFECYCLE Command failed with exit code 1. |
This is the installed version: |
I created blank nuxt project and install this package using npx storybook-nuxt init command, but got this error:
I tried with stackblitz got the same error.
The text was updated successfully, but these errors were encountered: