Bug Report: ENOTDIR Error with @pinia/nuxt Version 0.4.11 #2912
Unanswered
pionear-layen
asked this question in
Help and Questions
Replies: 1 comment
-
Update @pinia/nuxt to 0.5.5 fixed problem for me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've encountered an issue with the
@pinia/nuxt
package when trying to run my project. The problem only started recently, and the same project worked fine before. I even tried to run a version of my code from GitHub workflows that had previously passed packaging, but now it fails to run.It seems like there has been a breaking change or a regression in the latest version. Below are the details of the issue.
Package Version
@pinia/nuxt
: 0.4.11typescript
: 5.4.5vue
: 3.4.25Error Message
Steps to Reproduce
Expected Behavior
The project should run without any errors.
Actual Behavior
The build process fails with the
ENOTDIR
error.Environment
@pinia/nuxt
: 0.4.11Beta Was this translation helpful? Give feedback.
All reactions