[Solved] Which version of npm should we be running for reactor-latest-22118-0f0772c.tar.gz
-
I've borked my install of
reactor-latest-22118-0f0772c.tar.gz
for some reason and am retracing steps. Runningnpm i --no-save --omit dev
prompted to update npm and I did (current version now8.6.0
). Currently, attempts to load via browser/s (Brave and Safari) result in "This site can’t be reached192.168.1.xxx refused to connect." I am still able to SSH into the RPi.I haven't panicked yet but did just pull my
config
andstorage
directories - I believe I read where that's enough for a back-up if a clean install ends up being needed.So the question of the day: which version of nmp should we be running on for the latest Reactor?
-
npm
version doesn't really matter, at least not in my experience. Sounds like your Reactor isn't starting up. -
npm
version doesn't really matter, at least not in my experience. Sounds like your Reactor isn't starting up. -
npm
version doesn't really matter, at least not in my experience. Sounds like your Reactor isn't starting up.@toggledbits Hmmm, attempts to run Reactor manually are resulting in unhappiness. Have you seen issue, @toggledbits, with nodejs versioning? This is what I get when doing a
node app.js
from the install directory.Is it advisable to update as indicated?
-
@toggledbits Hmmm, attempts to run Reactor manually are resulting in unhappiness. Have you seen issue, @toggledbits, with nodejs versioning? This is what I get when doing a
node app.js
from the install directory.Is it advisable to update as indicated?
@gwp1 said in Which version of npm should we be running for reactor-latest-22118-0f0772c.tar.gz:
Is it advisable to update as indicated?
It's mandatory.
The easiest thing to do is re-run the install script. Start from step 3 of the RPi bare metal install instructions
-
@gwp1 said in Which version of npm should we be running for reactor-latest-22118-0f0772c.tar.gz:
Is it advisable to update as indicated?
It's mandatory.
The easiest thing to do is re-run the install script. Start from step 3 of the RPi bare metal install instructions
@toggledbits Yep, pretty mandatory. As soon as the
rpi-install
script completed the house was filled with alerts and whatnot.I'm definitely confused as to how this blew up - thanks for the guidance as always, sir.
-
Versions of nodejs below 16 were deprecated back in November, and I continued support through the end of March. This is the first release since then, and it contains a hard-stop test (as you saw) for a supported version. I added some detail about that to my release announcement in case others find themselves in the same boat.
-
T toggledbits locked this topic on