I’m pretty new to coding. So far all the other sketches I’ve tried worked fine. While I have sublime installed I’ve not figured out how to use well yet and so I’ve been sticking to the P5 web editor. Should I be somehow uploading the library to the web editor?
I do notice that the version of the package I installed via the url provide in the book is 1.1.0 and I see more current versions on your link. I’ve been copying the sketch files I downloaded into the web editor to run them. Per Chrisir’s reply perhaps I need to also upload a library?
Were you able to resolve this error? If you are running Generative Design sketches in Processing’s default Java mode, then you need to install the Generative Design library through the PDE Contributions Manager.
I had to install option 2 as per README.md to launch same page (as above example) and run it locally. I already had Node.js so it was simple for me. The other examples did not require the server; just this one and I could run just opening index.html for examples.