[v4] @tailwindcss/cli
returns error on windows arm64
#15131
Labels
@tailwindcss/cli
returns error on windows arm64
#15131
What version of Tailwind CSS are you using?
v4.0.0-beta.2
What build tool (or framework if it abstracts the build tool) are you using?
npm 10.8.1
What version of Node.js are you using?
v20.9.0, v22.3.0
What browser are you using?
N/A
What operating system are you using?
Windows 11 ARM64
Reproduction URL
N/A
Describe your issue
On ARM64 Windows devices, the cli fails with a
MODULE_NOT_FOUND
error. I can recreate this on a windows ARM64 device with the following commands:The first two steps succeed, but on the last command the following error occurs:
The same commands on x86-64 are successful, and prints the help menu as expected.
It appears as though the package
@tailwindcss/oxide-win32-arm64-msvc
is missing the.node
file compared to the@tailwindcss/oxide-win32-x64-msvc
package for x86-64.The text was updated successfully, but these errors were encountered: