You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During a recent update of node-red and node.js the node-red log gives me an error suggesting that somewhere in node-red-contrib-speedtest is an old link or error etc. An identical error comes up with node-red-contrib-speedtest-updated. Here is what node-red-log says
Patched https.request function detected. This will break the
HTTP Request node. The original code has now been restored.
This is likely caused by a contrib node including an old version of
the 'agent-base@<5.0.0' module.
You can identify what node is at fault by running:
npm list agent-base
in your Node-RED user directory (/home/pi/.node-red).
During a recent update of node-red and node.js the node-red log gives me an error suggesting that somewhere in node-red-contrib-speedtest is an old link or error etc. An identical error comes up with node-red-contrib-speedtest-updated. Here is what node-red-log says
Patched https.request function detected. This will break the
HTTP Request node. The original code has now been restored.
This is likely caused by a contrib node including an old version of
the 'agent-base@<5.0.0' module.
You can identify what node is at fault by running:
npm list agent-base
in your Node-RED user directory (/home/pi/.node-red).
npm list agent-base
[email protected] /home/pi/.node-red
└─┬ [email protected]
└─┬ [email protected]
├─┬ [email protected]
│ └── [email protected]
└─┬ [email protected]
└── [email protected] deduped
The text was updated successfully, but these errors were encountered: