npm i axios framer-motion lucide-react react-dom react-hook-form react-hot-toast react-icons react-router react-router-dom recharts styled-components unleash-proxy-client
npm install @eslint/js @types/react @types/react-dom @vitejs/plugin-react eslint eslint-config-prettier eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-react-refresh globals husky lint-staged prettier vite --save-dev
npm install @unleash/proxy-client-react unleash-proxy-client
npm install @vitejs/plugin-react --save-dev
# Delete node_modules and package-lock.json
rm -rf node_modules package-lock.json
# Clear npm cache
npm cache clean --force
# Reinstall dependencies
npm install
Top comments (0)