@desert-rat sorry. no idea. my info is gathered over 20+ years
there are online linux courses, but I don’t know where they start, or how deep they go, how fast.
I have a near photographic memory which is a blessing and a curse…
@desert-rat
Until I get around to making a permanent solution, you can edit this line in the Hello-Lucy.js file to reflect what you want to see
Line 204 (or there abouts)
this.mode = this.translate("NO_MODE")+ "'Hello Lucy'";
A word of caution!
Be careful not to change the quotes as they already exist. Simply change Hello Lucy to your preference.
@desert-rat
Actually, there was a dependency issue. It took me some time to figure out how to correct the issue. I took the simplest route. The issue was with the dev dependencies which are not necessary for Lucy to run but caused the installation of necessary dependencies to fail.
I’ve removed the installation of the dev dependencies from the dependency installer. I trashed my installation of Lucy (and her dependencies) and did a fresh installation. Everything seems to be working correctly here now.
Sorry for the long delay in investigating the problem.