Can’t start Nuxt 3 dev server, cannot find module ‘@volar/typescript/lib/node/proxyCreateProgram

When I try to run npm run dev dev server triesto start but it shows the following error:

Cannot start nuxt:  Cannot find module '@volar/typescript/lib/node/proxyCreateProgram
Require stack:
  - node_modulesvite-plugin-checkerdistesmcheckersvueTscprepareVueTsc.js

I tried installing @volar as part of my dependencies and vite-plugin-checker but server still not able to run, am I missing some dependency or a configuration in my project?