Replies: 1 comment 3 replies
-
Are you sure it is a deep Tailwind dependency? I tried locally and this is what I get:
Perhaps do |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to clear the warning:
2025-03-21T15:03:26.801Z [WARNING]: WARN EBADENGINE Unsupported engine {
-npm WARN EBADENGINE package: '[email protected]',
-npm WARN EBADENGINE required: { node: '>=0.8 <=9' },
...
But when I install the latest version of tailwindcss from npm, it adds [email protected] as a dependency, which adds [email protected] as a dependency.
Are these packages actually dependencies, or can they be safely removed?
In the meantime, I'm reverting to an earlier tailwindcss version (3.4.1) to try to clear this warning.
Beta Was this translation helpful? Give feedback.
All reactions