-
Notifications
You must be signed in to change notification settings - Fork 183
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 simpleConfig.stub.js #650
Comments
I ran into this same issue. The problem is in this line in one of the last commits. Temporarily solved by downgrading to |
i was able to get this working for local dev by directly editing the mjs file down in node modules
it looks like simpleConfig.stub.js was renamed to config.simple.js tailwindlabs/tailwindcss#10785 i am using pnpm, so my local path was: /path/to/project/node_modules/.pnpm/@nuxtjs[email protected]/node_modules/@nuxtjs/tailwindcss/dist/module.mjs |
Can you check @ineshbose? |
temp workaround:
|
The changes introduced in tailwindlabs/tailwindcss#10785 most likely caused this. I see #651 open by a keen contributor now 😄 |
Did it too, worked fine. easiest solution while waiting for the file name to be changed |
- Missing simpleConfig.stub.js [#650](nuxt-modules/tailwindcss#650)
Nuxt 3.3.2
nuxt-modules tailwindcss version 6.6.4
ERROR Cannot start nuxt: Cannot find module '/Users/Dev/node_modules/tailwindcss/stubs/simpleConfig.stub.js' imported from /Users/Dev/node_modules/@nuxtjs/tailwindcss/dist/module.mjs
at new NodeError (node:internal/errors:393:5)
at finalizeResolution (node:internal/modules/esm/resolve:323:11)
at moduleResolve (node:internal/modules/esm/resolve:916:10) 17:30:07
at defaultResolve (node:internal/modules/esm/resolve:1124:11)
at nextResolve (node:internal/modules/esm/loader:163:28)
at ESMLoader.resolve (node:internal/modules/esm/loader:841:30)
at ESMLoader.getModuleJob (node:internal/modules/esm/loader:424:18)
at ModuleWrap. (node:internal/modules/esm/module_job:76:40)
at link (node:internal/modules/esm/module_job:75:36)
The text was updated successfully, but these errors were encountered: