I have looked at old threads and am stuck. I installed Particle Workbench today and keep getting the “no such file or directory” error with a library when trying to flash.
I used the built-in Workbench Install library feature to add the WebServer
library, and it added the files / directory and also the line to my project.properties
.
When I type in the path to the library in the include statement, it’s auto-completing and finding the path / files. I also tried installing an older version of Workbench, but no joy. I’ve also cleaned the project multiple times. I tried with a brand new project and imported a different library “InternetButton” and still the same error. I’ve also deleted the /examples/ folder in the lib.
project.properties:
name=webserver-http-2
dependencies.WebServer=0.0.2
Screenshot of my project: