If I do a 'npm install' against the package.json... could that have moved Node somehow? I ran the official script to install 1.2.2, then npm install against my existing package.json... which I created from scratch as I populated 1.1.3. Wondering if Node could have moved some how? I just can't see that happening no reference to Node in my package.json.
{
"name": "node-red-project",
"description": "initially created for you by Node-RED 1.2.2 ",
"version": "0.0.1",
"private": true,
"dependencies": {
"i2c-bus": "^5.2.1",
"node-red-contrib-advanced-ping": "^1.2.0",
"node-red-contrib-bme280": "^1.0.0",
"node-red-contrib-cec": "^1.0.2",
"node-red-contrib-counter": "^0.1.6",
"node-red-contrib-cron-plus": "^1.3.0",
"node-red-contrib-device-stats": "^1.1.2",
"node-red-contrib-dns": "0.0.4",
"node-red-contrib-fs-ops": "^1.6.0",
"node-red-contrib-i2c": "^0.7.2",
"node-red-contrib-linux-network-stats": "^0.2.1",
"node-red-contrib-loop-processing": "^0.4.0",
"node-red-contrib-md5": "~1.0.4",
"node-red-contrib-os": "^0.1.7",
"node-red-contrib-play-audio": "^2.5.0",
"node-red-contrib-ring-buffer": "~0.10.0",
"node-red-contrib-simple-gate": "^0.3.1",
"node-red-contrib-simple-queue": "^1.1.0",
"node-red-contrib-smartlifeair": "~1.0.1",
"node-red-contrib-speedtest-updated": "^2.0.2",
"node-red-contrib-traffic": "^0.2.1",
"node-red-contrib-ui-led": "^0.3.3",
"node-red-contrib-weather": "^0.1.2",
"node-red-dashboard": "^2.23.4",
"node-red-node-email": "^1.8.0",
"node-red-node-mysql": "^0.1.1",
"node-red-node-openweathermap": "^0.3.1",
"node-red-node-pi-gpio": "^1.2.0",
"node-red-node-pi-gpiod": "^0.1.0",
"node-red-node-ping": "^0.2.1",
"node-red-node-random": "^0.2.0",
"node-red-node-serialport": "^0.11.0",
"node-red-node-smooth": "^0.1.2",
"node-red-node-snmp": "0.0.25",
"node-red-node-ui-list": "^0.3.3",
"node-red-node-ui-table": "^0.3.6",
"os": "^0.1.1",
"speedtest-net": "^2.1.1"
}
}
Side note... really wish NPM would update the version # (i.e. "version": "0.0.1") in the package.json in some way so audit of package.json could be easier.