Hello,
Im not able to install node-red-contrib-cip-ethernet-ip node.
2021-09-02T13:23:20.750Z Install : node-red-contrib-cip-ethernet-ip 1.1.2
2021-09-02T13:28:44.408Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict node-red-contrib-cip-ethernet-ip@1.1.2
2021-09-02T13:28:46.729Z [err] npm
2021-09-02T13:28:46.729Z [err] ERR!
2021-09-02T13:28:46.729Z [err] code EHOSTUNREACH
2021-09-02T13:28:46.730Z [err] npm
2021-09-02T13:28:46.730Z [err] ERR! errno EHOSTUNREACH
2021-09-02T13:28:46.748Z [err] npm ERR! request to https://registry.npmjs.org/node-red-contrib-cip-ethernet-ip failed, reason: connect EHOSTUNREACH 104.16.24.35:443
2021-09-02T13:28:46.758Z [err]
2021-09-02T13:28:46.758Z [err] npm ERR! A complete log of this run can be found in:
2021-09-02T13:28:46.758Z [err] npm ERR!
2021-09-02T13:28:46.759Z [err] /root/.npm/_logs/2021-09-02T13_28_46_750Z-debug.log
2021-09-02T13:28:46.771Z rc=1
can anyone help on this
Colin
2 September 2021 13:46
2
Welcome to the forum @jeevan03
Does the device have internet access? It appears it cannot access the server hosting the node. If it has internet access check that if you put that https: address into a browser that it is able to fetch the contents ok.
Im able to access the page
Colin
2 September 2021 14:10
4
Is the browser there running on the node-red server or on a browser on a PC connected to the device running node-red?
browser running on the PC connected to the device running node-red.
Colin
2 September 2021 14:16
6
So that doesn't answer the question as to whether the device running node-red is able to access that url. What device is node-red running on and what OS?
Node red is running on smart station and on LINUX OS
Colin
2 September 2021 14:46
8
So can you access the internet from that device? If you can ssh into it then run
ping registry.npmjs.org
and check it gets responses.
system
Closed
1 November 2021 14:46
9
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.