ERROR 'package.json' #579
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, I occasionally wanted to compile a firmware myself, but it doesn't work.
I have already done this:
Source code (1.31) downloaded as .zip file
Downloaded Visual Studio code, installed platformio and edited according to instructions.
Open file in VSC and select Platformio, then I chose (MEGA_P_TMC_BLT_10) and pressed (build) at general.
I then find out that as a mistake
MissingPackageManifestError: Could not find one of 'package.json' manifest files in the package
I don't understand
My idea was to optimize the current (MEGA_P_TMC_BLT_10) a little, for example change the temperature or emit sound at the end stop
I have read through some forums, created many discussions and spent many minutes making this one problem disappear. But at this point you realize how complex such small things (errors) are, which trigger such big things in you, programs and much more. One small mistake triggers big problems and so you can say again "Never give up and fight, explore, just keep climbing, no matter how far it is" The mistake was that you have to empty (delete) the "packages" and "cache" of Platformio in the explorer. I'm so thankful that it works now.