Tailwind CSS Installation Issue - Cannot find module '@tailwindcss/oxide-win32-ia32-msvc' #16301
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
I used git bash terminal instead of powershell and it worked! |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to install and use Tailwind CSS with Vite in my React project, but I'm facing the following error since Tailwind v4.0 when running
npm run dev
:**failed to load config from path\vite.config.js
error when starting dev server:
Error: Cannot find module '@tailwindcss/oxide-win32-ia32-msvc'
Require stack:
at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
at Module._load (node:internal/modules/cjs/loader:985:27)
at Module.require (node:internal/modules/cjs/loader:1235:19)
at require (node:internal/modules/helpers:176:18)
at Object. (path\node_modules@tailwindcss\oxide\index.js:86:29)
at Module._compile (node:internal/modules/cjs/loader:1376:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Module._load (node:internal/modules/cjs/loader:1023:12)
at cjsLoader (node:internal/modules/esm/translators:356:17)**
Beta Was this translation helpful? Give feedback.
All reactions