Error while adding vercel analytics to vite react app

Hey @ydeveloper77-gmailco. It looks like the @vercel/analytics/react package is missing from your project. Try running npm install @vercel/analytics, make sure the dependency appears in the package.json file, and then start a new deployment. That should remove the error. :slightly_smiling_face: