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

TailwindCSS project error with Apple Silicon (ARM64) #722

Open
psntr opened this issue Mar 5, 2025 · 1 comment
Open

TailwindCSS project error with Apple Silicon (ARM64) #722

psntr opened this issue Mar 5, 2025 · 1 comment

Comments

@psntr
Copy link

psntr commented Mar 5, 2025

Hi,

Just created a new project as "TailwindCSS project", after the install everything seems to work until I want to add another package, I got this error:

npm returned an error with the code EBADPLATFORM:

Valid os:   darwin
Actual os:  darwin
Valid cpu:  x64
Actual cpu: arm64

notsup Unsupported platform for @tailwindcss/[email protected]: wanted {"os":"darwin","cpu":"x64"} (current: {"os":"darwin","cpu":"arm64"})

I'm running with the latest Codekit 3.31.1 Build: 34680

@bdkjones
Copy link
Owner

bdkjones commented Mar 5, 2025

Yep. I’ll issue an update to resolve this hopefully tonight. Doing a bit of testing on another feature it contains.

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