failed to load config from C:\Users\chinm\MyLearning\chinmay work in Atomte\Product-Page\vite.config.js #17373
Unanswered
chinmaykonchada
asked this question in
Help
Replies: 0 comments
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.
-
I have followed the documentation for my vite react project and added tailwind using "npm install tailwindcss @tailwindcss/vite" and followed "https://tailwindcss.com/docs/installation/using-vite" docs but when i am running this is what i am getting:
$ npm run dev
failed to load config from C:\Users\chinm\MyLearning\chinmay work in Atomte\Product-Page\vite.config.js
error when starting dev server:
Error: Cannot find module '@tailwindcss/oxide-win32-ia32-msvc'
Require stack:
at Function._resolveFilename (node:internal/modules/cjs/loader:1225:15)
at Function._load (node:internal/modules/cjs/loader:1055:27)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:220:24)
at Module.require (node:internal/modules/cjs/loader:1311:12)
at require (node:internal/modules/helpers:136:16)
at Object. (C:\Users\chinm\MyLearning\chinmay work in Atomte\Product-Page\node_modules@tailwindcss\oxide\index.js:86:29)
at Module._compile (node:internal/modules/cjs/loader:1554:14)
at Object..js (node:internal/modules/cjs/loader:1706:10)
at Module.load (node:internal/modules/cjs/loader:1289:32)
Can someone help me because I am stuck here and trying to figure it out since 1.5 days, I tried using all llms, and stackoverflow, etc., but was not able to fix it.
Beta Was this translation helpful? Give feedback.
All reactions