DEV Community

Nebula
Nebula

Posted on

commands

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

Enter fullscreen mode Exit fullscreen mode
npm install @vitejs/plugin-react --save-dev
Enter fullscreen mode Exit fullscreen mode
# 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
Enter fullscreen mode Exit fullscreen mode

Top comments (0)