-
-
Notifications
You must be signed in to change notification settings - Fork 192
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 while collecting story - on Windows #463
Comments
I had this same issue and resolved it by disabling nuxt devtools for the specific project |
I also have the error without having nuxt devtools. |
I'm getting this exact error as well - both with and without Nuxt devtools. The histoire page shows up, but no stories are collected. |
Getting the same error, after installing font-awesome following this Guidelines: https://fontawesome.com/docs/web/use-with/vue/use-with |
I have the same problem, is there a solution? |
Same here |
Same here. Disabling nuxt devtools was the solution for me, but now I'm getting the following error
|
Only solution at the moment is to switch to Linux. @Akryum I found the error to be in "resolved-support-plugins-collect.js" since windows needs a file:// prefix to work.
fixed the issue (at least for vite (the following line passes fine in vite):
but afterwards it fails at some point which I'm unable to find the source of:
MiniRepo (without the mentioned changes as I edited node_modules): https://github.com/noel-schenk/nuxt-minimal-reproduction-for-histoire |
@Akryum Can we therefore get a fix for "vite mergeConfig doesn't accept callback params" for version 0.14.x? I already created a PR with the same commit, not sure if that is the correct way to go: #568 Would really appreciate it, if we can get this fix for the older version. |
Not sure if this is related, but with v0.17.5 histoire does not start at all for me on windows, in a repo that worked fine on macOS. No error, no output, nothing. Terminal just blocks until I kill it. |
I'm on Windows 11 and I have no problem running the reproduction of @noel-schenk. Is this still happening? |
Describe the bug
I'm running "npm run story:dev (histoire dev)" and getting the following error:
My DnButton.story.vue file:
Note that the same code is running successfully on Mac...
Reproduction
We can't repreduce this code, becase it's related to the specific OS.
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: