-
Notifications
You must be signed in to change notification settings - Fork 5
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
Failed to load preset: "@storybook-vue\\nuxt\\preset" on Windows #6
Comments
any update on this? got the same error. |
did you update the package ? 0.0.1-rc.4 |
I installed with pnpm i and ran with pnpm storybook dev like in the README instruction |
well you still using old version. you create blank nuxt app and then run the this init command pnpm i
npx storybook-nuxt@latest init this will install |
I got this error as well on Windows. Switching to a Linux Devcontainer I was able to resolve the error. Maybe it has something to do with path resolution on Windows? |
This was, what I thought as well. @chakAs3, use Node.js path.join() Method istead of hard coding the path. I will switch to WSL and have a look, if this will work for me. |
@happy-turtle please use the latest version 0.0.3. here the recent demo https://github.com/storybook-vue/storybook-nuxt-starter |
Still having the same issue even with the latest version (on Windows 10) |
@ahmed7am1d i can see the issue is not related to the plugin, some deps are not installed properly, i will update the demo with new versios |
@chakAs3 did you update the demo already? The latest checkout of https://github.com/storybook-vue/storybook-nuxt-starter still leads to the same issue on windows 10 / windows 11 |
i will give a try in window and get back to you. |
Hi!, Any solution yet, I'm having the same issue on Windows 10 |
I used
git clone
to clone the repo.I installed with
pnpm i
and ran with
pnpm storybook dev
I got:
I am using Windows 11 with PWSH
The text was updated successfully, but these errors were encountered: