You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found the issue someone has problem with a React project using tailwind, with error when initiate npm i
and the error shows Cannot find module '@tailwindcss/oxide-win32-x64-msvc'
in nuxt prepare step.
I am struggling with same error and even I've installed Microsoft Visual C++ Redistributable runtime and restart the device, I have not been able to solve it
The prior discussion is here #15701, and there are others who still cannot solve the issue.
I've tested with a fresh new Nuxt3 project and it doesn't seem through on Windows 11 device, works fine other platform so far.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have found the issue someone has problem with a React project using tailwind, with error when initiate
npm i
and the error shows
Cannot find module '@tailwindcss/oxide-win32-x64-msvc'
in nuxt prepare step.
I am struggling with same error and even I've installed Microsoft Visual C++ Redistributable runtime and restart the device, I have not been able to solve it
The prior discussion is here #15701, and there are others who still cannot solve the issue.
I've tested with a fresh new Nuxt3 project and it doesn't seem through on Windows 11 device, works fine other platform so far.
This is the npm package if it might helps
{ "name": "nuxt-app", "private": true, "type": "module", "scripts": { "build": "nuxt build", "dev": "nuxt dev", "test": "vitest", "generate": "nuxt generate", "preview": "nuxt preview", "postinstall": "nuxt prepare" }, "devDependencies": { "@nuxt/icon": "^1.10.2", "@nuxt/image": "^1.9.0", "@nuxtjs/strapi": "^2.0.0", "nuxt": "^3.15.4", "vue": "^3.5.13", "vue-router": "^4.5.0" }, "dependencies": { "@pinia/nuxt": "^0.9.0", "@tailwindcss/vite": "^4.0.9", "flowbite": "^3.1.2", "flowbite-vue": "^0.1.7", "papaparse": "^5.5.2", "pinia": "^2.3.1", "tailwindcss": "^4.0.9" } }
I have downgraded to Tailwind 4.0.0 and it doesn't help at all
Beta Was this translation helpful? Give feedback.
All reactions