Unable to install library to global storage

Hi,

I don’t seem to have an option to install a library to global storage from the GUI. The only option I get is ‘Add to project’.
How to solve it?

This is done on purpose. Per-project library management should be preferred in any case imaginable. See PlatformIO IDE 2.0 for VSCode 🚀 - #12 by ivankravets and Unable to install library to global storage via GUI.

Global libraries can still be installed by opening a PIO CLI and executing a pio lib -g install <library name> command. (example: pio lib -g install itead/Nextion@0.7.0)

1 Like