I'm getting the below error when doing npm run build on my .wasp/build/web-app/ path.
failed to load config from <path>/app/.wasp/build/web-app/vite.config.ts error during build: Error: Cannot find module @rollup/rollup-darwin-arm64. npm has a bug related to optional dependencies (https://github.com/npm/cli/issues/4828). Please try
npm i
npm i
again after removing both package-lock.json and node_modules directory.