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
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.