` add DataFrames@0.22.7` has no effect

I am using Julia 1.6 on Windows. When I try to

add DataFrames@0.22.7

I just see

   Resolving package versions...
  No Changes to `C:\Users\un\.julia\environments\v1.6\Project.toml`
  No Changes to `C:\Users\un\.julia\environments\v1.6\Manifest.toml`

So when I check the package the version, it is NOT update. And is still at 0.22.5

I checked it says it’s been pinned. And when I free it, it still does nothing.

Any ideas? Could I because I compile it into the image? when I do PackageComiler.restore_default_image() it says there is no back up image to restore.

I fixed it by re-installing. So might be a PackageCompiler back up image being replaced? I am thinking.