Hro
Hro
Explore posts from servers
NNuxt
Created by Hro on 11/16/2024 in #❓・help
Fresh project with nuxt ui pro and pnpm
looks like it's going wrong here: https://github.com/nuxt-modules/tailwindcss/blob/4a050097a359f61def5ce7ef782b42829a352b31/src/resolvers.ts#L97 For now I have added a assets/css/tailwind.css file with the same contents
10 replies
NNuxt
Created by Hro on 11/16/2024 in #❓・help
Fresh project with nuxt ui pro and pnpm
"/Volumes/Sites/dartsspace/node_modules/tailwindcss/tailwind.css" should be pointing at the project folder node modules instead
10 replies
NNuxt
Created by Hro on 11/16/2024 in #❓・help
Fresh project with nuxt ui pro and pnpm
Managed to resolve the obeve with using npm workspaces. However during nuxt dev I now run into this:
Internal server error: Failed to resolve import "/Volumes/Sites/dartsspace/node_modules/tailwindcss/tailwind.css" from "virtual:nuxt:/Volumes/Sites/dartsspace/frontend/app/.nuxt/css.mjs". Does the file exist?
Internal server error: Failed to resolve import "/Volumes/Sites/dartsspace/node_modules/tailwindcss/tailwind.css" from "virtual:nuxt:/Volumes/Sites/dartsspace/frontend/app/.nuxt/css.mjs". Does the file exist?
10 replies
NNuxt
Created by Hro on 11/16/2024 in #❓・help
Fresh project with nuxt ui pro and pnpm
I was trying to do this as a standalone folder, there everything works pefect. So looks like a pnpm monorepo issue.
10 replies