When I add this comand npx @tailwindcss/cli -i ./src/input.css -o ./src/output.css --watch
My vs code give this error .What should i do now? const err = new Error(message); ^
Error: Cannot find module '../lightningcss.win32-x64-msvc.node' Require stack: C:\Users\hp\Desktop\Tailwind css\node_modules\lightningcss\node\index.js
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.<anonymous> (C:\Users\hp\Desktop\Tailwind css\node_modules\lightningcss\node\index.js:22:22)
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) {
code: 'MODULE_NOT_FOUND', requireStack: [ 'C:\Users\hp\Desktop\Tailwind css\node_modules\lightningcss\node\index.js' ] }
Node.js v22.14.0