Atmega328P missing file - package.jason

I seem to have lost a file in this package. I can’t get PIO to delete, update, or install the package. Need help!!!

Resolving ATmega328P dependencies…
Platform atmelavr @ 4.2.0 (required: atmelavr)
├── framework-arduino-avr-minicore @ 2.2.2 (required: platformio/framework-arduino-avr-minicore @ ~2.2.2)
MissingPackageManifestError: Could not find one of ‘package.json’ manifest files in the package

PROJECTS\Alarm in PlatformIO> pio pkg uninstall
Resolving ATmega328P dependencies…
Tool Manager: Removing framework-arduino-avr-minicore @ 2.2.2
MissingPackageManifestError: Could not find one of ‘package.json’ manifest files in the package

PROJECTS\Alarm in PlatformIO> pio pkg update
Resolving ATmega328P dependencies…
Already up-to-date.

PROJECTS\Alarm in PlatformIO> pio pkg install
Resolving ATmega328P dependencies…
MissingPackageManifestError: Could not find one of ‘package.json’ manifest files in the package

If you did not modify any files in the PlatformIO packages, simply delete C:\Useres\<user>\.platformio\packages and restart VSCode.

Thanks! Back in business!!!