Read the statement by Michael Teeuw here.
cannot install pm2
-
@mrlowndes lsb_release -a
same way you did results of npm -v
on my desktop i see
(base) sam@sams:~/MagicMirror$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.4 LTS Release: 18.04 Codename: bionicdo this
sudo apt-get purge -y npmthen
rm -rf ~/MagicMirrorand then run my installer script from here
https://github.com/sdetweil/MagicMirror_scripts
read the readme for the command to issueit will ask to install pm2 and disable screen saver
if you don’t, then I have extra scripts to do those
-
@sdetweil ok I’ll give that a go. In the meantime:
pi@raspberrypi:~ $ sudo npm install -g pm2 npm ERR! Unexpected end of JSON input while parsing near '...s":{"moment-timezone"' npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2020-04-29T18_49_06_787Z-debug.logand
pi@raspberrypi:~/MagicMirror $ lsb_release -a No LSB modules are available. Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster -
@mrlowndes so, I asked you to uninstall npm
sudo apt-get purge -y npm -
@sdetweil yes, stand by…
-
@sdetweil purged npm, now running your installer script…updating packages…I’m on a 2Mb/s internet connection…
-
We're ready! Run pm2 start MagicMirror from the ~/MagicMirror directory to start your MagicMirror. pi@raspberrypi:~ $ cd MagicMirror pi@raspberrypi:~/MagicMirror $ pm2 start MagicMirror bash: pm2: command not found pi@raspberrypi:~/MagicMirror $ -
@sdetweil looks like pm2 was not installed:
Splashscreen: Changed theme to MagicMirror successfully. Do you want use pm2 for auto starting of your MagicMirror (y/N)?y install and setup pm2 bash: line 442: pm2: command not found bash: line 518: pm2: command not found bash: line 521: pm2: command not found Do you want to disable the screen saver? (y/N)?y -
@mrlowndes did u reply yes or no?
-
@sdetweil run the fixuppm2 script from my site
-
pi@raspberrypi:~ $ bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/fixuppm2.sh)" the log will be saved in /home/pi/MagicMirror/installers/pm2_setup.log npm ERR! Unexpected end of JSON input while parsing near '...s":{"moment-timezone"' npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2020-04-29T20_09_52_853Z-debug.log bash: line 103: pm2: command not found bash: line 180: pm2: command not found bash: line 183: pm2: command not found -
@mrlowndes ok, lets do
sudo npm purge -g pm2 -
I don’t think that worked. Tried to paste code but got flagged as spam
-
@mrlowndes
trysudo npm uninstall -g pm2 -
@sdetweil ok done. Now should I try
bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/fixuppm2.sh)"again? -
@mrlowndes yes
-
@sdetweil same result:
pi@raspberrypi:~ $ bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/fixuppm2.sh)" the log will be saved in /home/pi/MagicMirror/installers/pm2_setup.log npm ERR! Unexpected end of JSON input while parsing near '...s":{"moment-timezone"' npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2020-04-29T20_19_40_905Z-debug.log bash: line 103: pm2: command not found bash: line 180: pm2: command not found bash: line 183: pm2: command not found -
@mrlowndes ok, time to get crazy , kill all npm stuff
/cd ~ sudo apt-get purge -y npm sudo rm -rf .npm sudo apt-get install -y npm cd MagicMirror rm -rf node_modules npm installthen do the fixuppm2 script again
-
@sdetweil still nothing:
pi@raspberrypi:~ $ bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/fixuppm2.sh)" the log will be saved in /home/pi/MagicMirror/installers/pm2_setup.log npm ERR! Unexpected end of JSON input while parsing near '...pes/node":"^12.7.5","' npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2020-04-29T21_00_10_606Z-debug.log bash: line 103: pm2: command not found bash: line 180: pm2: command not found bash: line 183: pm2: command not found -
@mrlowndes said in cannot install pm2:
npm ERR! Unexpected end of JSON input while parsing near '…pes/node":"^12.7.
u are getting weird failures…
every time we have seen this, it is the SD card failing.
-
hmm good question.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login