ESP32 - MissingPackageManifestError

Hello I was just working fine with a project, I restarted PIO and now this error appears before compile

MissingPackageManifestError: Could not find one of ‘package.json’ manifest files in the package

What’s happening?

Is threre some solution for this?

Br

This is part of my .ini file

[env:esp32dev]

platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.13/platform-espressif32.zip

board = esp32dev

framework = arduino

Probably the platform is broken. To fix this:

  • Close VS Code
  • delete the directories /Users/<username>/.platformio/packages/framework-arduinoespressif32*
  • delete the directories /Users/<username>/.platformio/platforms/espressif32*
  • restart VS Code
  • wait until PlatformIO finished reinstalling the necessary files
  • try again

Hello, i’m stilll getting same error.

I see these files in the folder, the deleted files were not reinstalled.

Sorry, deleted also those files beginning with “framework…” restart VSC and works.

Thanks for help.