You are not showing the complete error message, so I can't tell if this is the root issue but the error message you are showing is telling you that you are missing the vctrs package.
What happens if you try to install it separately? Do you get any error message?
install.packages("vctrs")