Read the statement by Michael Teeuw here.
Unable to install dependencies - chromedriver.js
-
@jinhyuck try my updated installer… will be part of next release
see https://forum.magicmirror.builders/topic/10171/anyone-want-to-try-updated-installer
you will have to erase the MagicMirror folder
from /home/pi
rm -rf MagicMirror
-
@sdetweil Thanks for the answering.
I tried the new script you offerbash -c "$(curl -sL https://www.dropbox.com/s/rlh710ng0zwv3vp/raspberry.sh?dl=0)"
Unfortunately, result is the same error. Am I understand you right?
-
@jinhyuck can u show the ~/MagicMirrir/install.log (or email to me if not, same userid as here at gmail)
try
npm i -g npm
then try the install again (remove MagicMirror folder)
-
@sdetweil I’ve done this
npm i -g npm
but still same problem happens.
And I couldn’t find the ‘install.log’ file.
the link below is npm log file just in case this helps.
https://drive.google.com/file/d/1J3IMZ6g4bhwmVW-gAH7b8vmJDG_u_vwn/view?usp=sharing
-
@jinhyuck said in Unable to install dependencies - chromedriver.js:
Error: getaddrinfo EAI_AGAIN github-production-release-asset-2e65be.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com:443
there is some networking access problem from your system
if you do
cd ~/MagicMirror/node_modules/electron-chromedriver
then
node ./download-chromedriver.js
you should see the same error
are you working thru a VPN, or from a docker container? (where the same error has been reported before)
-
@sdetweil Thanks, Sam.
It was a kind of network issue.
I used hotspot from my cellphone and I could done the installation.
I have to find out why my LAN has that kind of problem.
Anyway thanks a lot. -
@jinhyuck cool… glad you were able to continue