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

Bump tailwind version #17

Closed
shaynem opened this issue May 7, 2022 · 1 comment
Closed

Bump tailwind version #17

shaynem opened this issue May 7, 2022 · 1 comment

Comments

@shaynem
Copy link

shaynem commented May 7, 2022

Since PR's or Issues are stale.

if anyone is having issues installing on node 17 - see below.

error postcss-nesting@8.0.1: The engine "node" is incompatible with this module. Expected version "12 - 16". Got "17.6.0"

@nuxtjs/tailwindcss ^4.2.1 - not compatible with node version 17

bump version to 5.0.4

package.json

"@nuxtjs/tailwindcss": "^5.0.4"

In order to run yarn build to generate nuxt build on node 17, will require env

Mac & Linux

export NODE_OPTIONS=--openssl-legacy-provider

Windows

set NODE_OPTIONS=--openssl-legacy-provider
@vishnuraghavb
Copy link
Owner

Fixed!

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