Having trouble installing Tailwind CSS on my 2020 MacBook Pro M1. Every time I attempt to install it using
npm install tailwindcss@latest
I encounter the following error:
npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '[email protected]', npm WARN EBADENGINE required: { node: '>=0.8 <=9' }, npm WARN EBADENGINE current: { node: 'v18.0.0', npm: '8.10.0' > } npm WARN EBADENGINE }
up to date, audited 968 packages in 4s
69 packages are looking for funding run
npm fund
for details12 vulnerabilities (2 moderate, 7 high, 3 critical)
To address all issues, run: npm audit fix
Run
npm audit
for details.
I've tried running
npm audit fix
and
npm audit fix --force
Unfortunately, the issue persists. It appears that Tailwind may not yet support the M1 chip. Can I still proceed with using it? Appreciate any assistance provided.