psonnera / minimed-connect-to-nightscout-wrapper

mmconnect to Nightscout plugin wrapper
3 stars 1 forks source link

Pi install freezing #3

Open MJS0007 opened 2 years ago

MJS0007 commented 2 years ago

Hi, just wondering if you might be able to help advise why the install is freezing two thirds the way through. I'm running a Pi with 64bit operating system and have followed the instructions to the tee..

pi@raspberrypi:~ $ tar -xzf node-v10.23.2-linux-armv6l.tar.gz pi@raspberrypi:~ $ cd node-v10.23.2-linux-armv6l/ pi@raspberrypi:~/node-v10.23.2-linux-armv6l $ sudo cp -R * /usr/local/ pi@raspberrypi:~/node-v10.23.2-linux-armv6l $ node -v v10.23.2 pi@raspberrypi:~/node-v10.23.2-linux-armv6l $ cd ../minimed-connect-to-nightscout-wrapper/ pi@raspberrypi:~/minimed-connect-to-nightscout-wrapper $ npm install [ ......] | extract:lodash: sill extract lodash@4.17.15 extracted to

MJS0007 commented 2 years ago

I managed to get over the above issue by retrying several times but now hitting the same "Request failed with status code 404" as flagged by others, would it be possible to validate your still able to get this to work?