Try this:
sudo systemctl stop mozilla-iot-gateway
cd ~/mozilla-iot/gateway
sudo rm -rf node_modules
npm ci --production
sudo systemctl start mozilla-iot-gateway
You may also have to reinstall certain add-ons.
Try this:
sudo systemctl stop mozilla-iot-gateway
cd ~/mozilla-iot/gateway
sudo rm -rf node_modules
npm ci --production
sudo systemctl start mozilla-iot-gateway
You may also have to reinstall certain add-ons.