Following the instructions at https://github.com/EnviroDIY/Libraries, I’m entering the following command into a VSCode/PlatformIO terminal: pio lib -g install https://github.com/EnviroDIY/Libraries.git#platformio.
I get this result: “Error: Could not load broken JSON: C:\Users\Dave’s Desktop\.platformio\lib\_tmp_installing-skmgx2-package\library.json”
Following is the terminal output:
PS C:\data\Mayfly\PlatformIO initialization> pio lib -g install https://github.com/EnviroDIY/Libraries.git#platformio
Library Storage: C:\Users\Dave’s Desktop\.platformio\lib
LibraryManager: Installing Libraries
git version 2.19.1.windows.1
Cloning into ‘C:\Users\Dave’s Desktop\.platformio\lib\_tmp_installing-skmgx2-package’…
remote: Enumerating objects: 5, done.
remote: Counting objects: 100% (5/5), done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 5 (delta 0), reused 3 (delta 0), pack-reused 0
Unpacking objects: 100% (5/5), done.
Error: Could not load broken JSON: C:\Users\Dave’s Desktop\.platformio\lib\_tmp_installing-skmgx2-package\library.json
Any ideas on how to correct the error?