Skip to content
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

Error in v3.3.2 on Linux (works in v3.3.1 and on MacOS in v3.3.2) #11135

Closed
epoberezkin opened this issue May 1, 2023 · 3 comments
Closed

Error in v3.3.2 on Linux (works in v3.3.1 and on MacOS in v3.3.2) #11135

epoberezkin opened this issue May 1, 2023 · 3 comments
Assignees

Comments

@epoberezkin
Copy link

What version of Tailwind CSS are you using?

v3.3.2

What build tool (or framework if it abstracts the build tool) are you using?

N/A

What version of Node.js are you using?

v16.14.0

What browser are you using?

N/A

What operating system are you using?

Linux

Describe your issue

npx tailwindcss -i tailwind.css -o _site/css/tailwind.css

It works on MacOS in 3.3.2, and it works on linux in 3.3.1, but terminates with an error on linux in 3.3.2 and logs this:

Unexpected token '.'

tailwind.css:

@tailwind base;
@tailwind components;
@tailwind utilities;
@reinink
Copy link
Member

reinink commented May 1, 2023

Hey! What version of Node.js are you using? In v3.3.2 we had to drop support for Node.js 12. See #11089.

@reinink reinink self-assigned this May 1, 2023
@epoberezkin
Copy link
Author

Right, CI indeed uses 12. Thanks!

@reinink
Copy link
Member

reinink commented May 1, 2023

@epoberezkin Glad we got it figured out 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants