Hi,
I’m having trouble installing a library in Workbench.
When using the following:
Command Palette - Particle: Install Library - MQTT I get the following:
Checking library MQTT...
Installing library MQTT 0.4.32 to /Users/jimlivingston/Particle/FishAlert2023/lib/MQTT ...
The "urlObject" argument must be one of type object or string. Received undefined
Error: Command failed with exit code 1: /Users/jimlivingston/.vscode/extensions/particle.particle-vscode-core-1.15.6/src/cli/bin/darwin/amd64/particle library copy MQTT --no-update-check
Checking library MQTT...
Installing library MQTT 0.4.32 to /Users/jimlivingston/Particle/FishAlert2023/lib/MQTT ...
The "urlObject" argument must be one of type object or string. Received undefined
at makeError (/Users/jimlivingston/.vscode/extensions/particle.particle-vscode-core-1.15.6/node_modules/execa/lib/error.js:59:11)
at handlePromise (/Users/jimlivingston/.vscode/extensions/particle.particle-vscode-core-1.15.6/node_modules/execa/index.js:114:26)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
Any Ideas what I should do to solve this?
Thx, J