p3p / pio-nxplpc-arduino-lpc176x

Apache License 2.0
4 stars 13 forks source link

Cannot compile Marlin 2.x on SKR 1.4 Turbo : package.json not found #10

Closed mikebzh44 closed 1 year ago

mikebzh44 commented 1 year ago

Hello.

When I try tou compile Marlin 2.x on VS Code + Platformio, I select LPC1769 board and build the project but I have an error message : Processing LPC1769 (board: nxp_lpc1769; platform: https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/0.1.3.zip; framework: arduino) Error: Could not find one of 'package.json' manifest files in the package

This project is outdated or dead ?

Regards

mikebzh44 commented 1 year ago

After deleting : %APPDATA%/Code %USERPROFILE%/.platformio %USERPROFILE%/.vscode .pio folder in the Marlin folder

I don't habe this error anymore