Read the statement by Michael Teeuw here.
Hello-Lucy Install Part 5 Unable to resolve dependency tree
-
@desert-rat what he said
| v
-
Just verifying:
Did you run
npm install
in the Hello Lucy folder? Normally, this would be correct, but not in this case.The proper way of installing dependencies for Hello Lucy are as follows:
-
cd
into the Hello-Lucy/installers folder -
run
bash dependencies.sh
-
-
Thanks for the quick Response. I followed the install process from
github mykle1 /Hello-Lucy . The steps I followed areshown below.3 Step Installation
Please complete all 3git clone https://github.com/mykle1/Hello-Lucy into the ~/MagicMirror/modules directory cd Hello-Lucy/installers bash dependencies.sh
Thanks Desert Rat
-
Resolved
As with most things in life it will take two things to get you in trouble. In this instance I experienced The Part 5 errors noted here. I spent a couple of day researching NPM before doing as indicated in the install error messages ( Change Production Value ). That change produced other warnings and I attempted to test but failed. In the end the install and Hello-Lucy worked as advertised. The second problem was a mini microphone.
Thanks for the help!
-
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.