ISSUE with loading TIDYVERSE PACKAGE IN R

i kept getting this error whenever i try to load tidyverse package in R:
library(tidyverse)
Error: package or namespace load failed for ‘tidyverse’:
.onAttach failed in attachNamespace() for 'tidyverse', details:
call: NULL
error: package or namespace load failed for ‘ggplot2’ in get(Info[i, 1], envir = env):
cannot open file 'C:/Users/My PC/AppData/Local/R/win-library/4.2/colorspace/R/colorspace.rdb': No such file or directory

PLEASE HELP ME!!!!!

restart your R session clean, without workspaces autoloading in .
then do

install.packages("colorspace")

restart and try again