Tiptap removes Vuetify packages in Nuxt project
Well folks. Fortunately, I have found the solution. Post here in case someone run into the same problem.
I was using yarn
as my package manager, but when I tried to install tiptap
, I was stupid enough to just copy suggested command which uses npm
.
Thus, npm
takes over yarn
, and start the process of adjusting everything inside the app.
So, just remember to stick with package manager that you chose to use when you initialized your app.