-
Notifications
You must be signed in to change notification settings - Fork 27
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
Missing "./playground/.nuxt/css" export in "my-module" package #22
Comments
i fidgeted with this and turns out this only occurs in windows. doesn't matter if i run the project with yarn, npm or pnpm... but everything works fine with wsl on the same project. |
Experiencing the same one here, still troubleshooting a temp fix here~ I'm running Node v16.13.0 and I was able to reproduce using the starter. |
For now, just create a minimal |
i think this has been resolved |
Yes, thank you @danielroe ❤️ |
Do you mean this is no longer replicable, or that it is resolved with my workaround? |
It's solved with a package.json for me. @danielroe |
I think this can be closed. Or maybe we can fix this bug in general by creating a |
* refactor: use @nuxt/kit * feat: support `vue-meta` and `@vueuse/head` * feat: use nitro publicAssets * chore: update lock files * fix: add semicolon * chore: use yarn * chore: add playground * fix: parse fonts on head * test: update using `@nuxt/test-utils` * test: don't rely on nuxt context to get rootDir * chore: run vitest only once * chore: upgrade nuxt to rc6 * test: add package.json stubs for windows nuxt/module-builder#22 * test: simplify Co-authored-by: Daniel Roe <[email protected]>
i'm following guides for making a new module and this weird error keeps popping up.
The text was updated successfully, but these errors were encountered: