Skip to content

Can't install @tailwindcss/oxide #18729

Answered by victormoni
Guendi asked this question in Help
Discussion options

You must be logged in to vote

Hi @Guendi

Can't install @tailwindcss/oxide — quick fixes (Windows)

It usually stalls on Windows when the native Oxide binary can’t be downloaded or doesn’t match your CPU/Node architecture. Try these in order:

1) Confirm you’re on 64‑bit Node and OS

Oxide publishes a win32‑x64 binary — 32‑bit (ia32) isn’t supported.

node -p "process.platform + ' ' + process.arch"
# expect: win32 x64  (if you see ia32, install 64‑bit Node/OS)

Ref: npm package for the Windows x64 build shows the target: x86_64-pc-windows-msvc.
https://www.npmjs.com/package/@tailwindcss/oxide-win32-x64-msvc

2) Clear caches and reinstall

# from your project root
rd /s /q node_modules  # or: rm -rf node_modules
del yarn.lock …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Guendi
Comment options

Answer selected by Guendi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants