Real estate property listing web application built with the MERN stack - Installing Vite,Tailwind CSS and the First Template · GathuE/Real_Estate_Application@50338a4
Confirming had the same issue with nuxt@3.0.0-rc-6 with only tailwind and headless as dep. Install of pinia failed due to vue@2.6.14 peer dependency. Solution was to install vue@latest as dependency and on re-running pinia install, success. Prefer this method rather than to use force fl...