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
Attempting to add Tailwind to a fresh Astro project with npx astro add tailwind results in an error:
error Astro could not update your astro.config.js file safely.
Reason: t.identifier is not a function
You will need to add these integration(s) manually.
Documentation: https://docs.astro.build/en/guides/integrations-guide/
What version of
astro
are you using?1.0.0-beta.12
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
npm
What operating system are you using?
WIndows 11
Describe the Bug
Attempting to add Tailwind to a fresh Astro project with
npx astro add tailwind
results in an error:Link to Minimal Reproducible Example
https://stackblitz.com/github/gqaiqnkmm
Participation
The text was updated successfully, but these errors were encountered: