tailwind was working in nuxt3 but is breaking in nuxt rc-1, aka Cannot start nuxt: Cannot find module 'postcss-custom-properties'
#13866
Labels
Cannot start nuxt: Cannot find module 'postcss-custom-properties'
#13866
Environment
Nuxt CLI v3.0.0-rc.1 21:05:58
RootDir: /code/web/nuxt/6-tw 21:06:00
Nuxt project info: 21:06:00
Linux
v16.14.0
3.0.0-rc.1
yarn@1.22.18
vite
buildModules
,build
,vite
,tailwindcss
-
@nuxtjs/tailwindcss@5.0.3
Reproduction
git clone https://github.com/ilanc/test-nuxt-tailwind cd test-nuxt-tailwind yarn yarn dev
Result:
Describe the bug
I've put together a very simple repo. It just has the parts which used to make tailwind work in nuxt3 + an app.vue which uses some tailwind classes. It does also include
headlessui
andheroicons
thought these are not used.This used to work in
nuxt3
, however it errors innuxt rc1
.I've followed the rc1 release notes and upgraded a very simple repo to rc1 (see this commit).
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: