You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I encountered the following error in step 3:
Type 'Plugin<any>[]' is not assignable to type 'PluginOption'.
Type 'Plugin<any>[]' is not assignable to type 'PluginOption[]'.
Type 'Plugin<any>' is not assignable to type 'PluginOption'.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was using the nuxt guide to install tailwind.
https://tailwindcss.com/docs/installation/framework-guides/nuxt
However, I encountered the following error in step 3:
Step 3 Configure Vite Plugin
Solution:
To fix this, just add as any after tailwindcss().
Error in step 5:
In step 5, it asks you to configure the path as follows:
However, the following error occurs:
It should be configured as follows:
Could someone update the documentation? I don't understand how to update it.
Beta Was this translation helpful? Give feedback.
All reactions