I am trying to deploy my node web on Render service but I encountered an Error [ERR_MODULE_NOT_FOUND]: Cannot find package @vitejs/plugin-react imported from /opt/render/project/src/frontEnd/node_modules/.vite-temp/vite.config.js.timestamp-1742661308779-16638e4679c7.mjs
this issue can not find @vitejs/plugin-react but I have it in devDependencies and dependencies @vitejs/plugin-react": "^4.3.4,
and this is my build command ` scripts: { dev": “cross-env NODE_ENV=development nodemon backend/server.js, start”: “cross-env NODE_ENV=production node backend/server.js”, build": "npm install && npm install --prefix frontEnd && npm run build —prefix frontEnd },``