tunneling socket could not be established

Я пытаюсь установить tensorflow-js в node red через Manage palette и получаю следующую ошибку:

2021-06-26T11:08:30.367Z Install : node-red-contrib-tf-model 0.1.10

2021-06-26T11:08:30.484Z npm install --no-audit --no-update-notifier --save --save-prefix="~" --production [email protected]
2021-06-26T11:09:46.719Z [err] npm
2021-06-26T11:09:46.720Z [err]  
2021-06-26T11:09:46.720Z [err] ERR!
2021-06-26T11:09:46.720Z [err]  Linux 4.18.0-15-generic
2021-06-26T11:09:46.720Z [err] npm
2021-06-26T11:09:46.721Z [err]  
2021-06-26T11:09:46.721Z [err] ERR!
2021-06-26T11:09:46.721Z [err]  
2021-06-26T11:09:46.721Z [err] argv
2021-06-26T11:09:46.721Z [err]  "/usr/bin/node" "/usr/bin/npm" "install" "--no-audit" "--no-update-notifier" "--save" "--save-prefix=\"~\"" "--production" "[email protected]"
2021-06-26T11:09:46.721Z [err] npm
2021-06-26T11:09:46.721Z [err]  
2021-06-26T11:09:46.721Z [err] ERR!
2021-06-26T11:09:46.721Z [err]  
2021-06-26T11:09:46.722Z [err] node
2021-06-26T11:09:46.722Z [err]  v8.10.0
2021-06-26T11:09:46.722Z [err] npm
2021-06-26T11:09:46.722Z [err]  
2021-06-26T11:09:46.722Z [err] ERR!
2021-06-26T11:09:46.722Z [err]  
2021-06-26T11:09:46.722Z [err] npm 
2021-06-26T11:09:46.722Z [err]  v3.5.2
2021-06-26T11:09:46.722Z [err] npm
2021-06-26T11:09:46.723Z [err]  
2021-06-26T11:09:46.723Z [err] ERR!
2021-06-26T11:09:46.723Z [err]  
2021-06-26T11:09:46.723Z [err] code
2021-06-26T11:09:46.723Z [err]  ECONNRESET
2021-06-26T11:09:46.723Z [err] 
2021-06-26T11:09:46.725Z [err] npm
2021-06-26T11:09:46.725Z [err]  
2021-06-26T11:09:46.725Z [err] ERR!
2021-06-26T11:09:46.725Z [err]  
2021-06-26T11:09:46.725Z [err] network
2021-06-26T11:09:46.725Z [err]  tunneling socket could not be established, cause=getaddrinfo ENOTFOUND proxy.company.ru proxy.company.ru:8080
2021-06-26T11:09:46.725Z [err] npm
2021-06-26T11:09:46.725Z [err]  
2021-06-26T11:09:46.726Z [err] ERR!
2021-06-26T11:09:46.726Z [err]  
2021-06-26T11:09:46.726Z [err] network
2021-06-26T11:09:46.726Z [err]  This is most likely not a problem with npm itself
2021-06-26T11:09:46.726Z [err] npm
2021-06-26T11:09:46.726Z [err]  
2021-06-26T11:09:46.726Z [err] ERR!
2021-06-26T11:09:46.726Z [err]  
2021-06-26T11:09:46.726Z [err] network
2021-06-26T11:09:46.726Z [err]  and is related to network connectivity.
2021-06-26T11:09:46.726Z [err] npm
2021-06-26T11:09:46.727Z [err]  
2021-06-26T11:09:46.727Z [err] ERR!
2021-06-26T11:09:46.727Z [err]  
2021-06-26T11:09:46.727Z [err] network
2021-06-26T11:09:46.727Z [err]  In most cases you are behind a proxy or have bad network settings.
2021-06-26T11:09:46.727Z [err] npm
2021-06-26T11:09:46.727Z [err]  
2021-06-26T11:09:46.727Z [err] ERR!
2021-06-26T11:09:46.727Z [err]  
2021-06-26T11:09:46.727Z [err] network
2021-06-26T11:09:46.727Z [err]  
2021-06-26T11:09:46.728Z [err] npm
2021-06-26T11:09:46.728Z [err]  
2021-06-26T11:09:46.728Z [err] ERR!
2021-06-26T11:09:46.728Z [err]  
2021-06-26T11:09:46.728Z [err] network
2021-06-26T11:09:46.728Z [err]  If you are behind a proxy, please make sure that the
2021-06-26T11:09:46.728Z [err] npm
2021-06-26T11:09:46.728Z [err]  
2021-06-26T11:09:46.728Z [err] ERR!
2021-06-26T11:09:46.728Z [err]  
2021-06-26T11:09:46.728Z [err] network
2021-06-26T11:09:46.729Z [err]  'proxy' config is set properly.  See: 'npm help config'
2021-06-26T11:09:46.744Z [err] 
2021-06-26T11:09:46.744Z [err] npm
2021-06-26T11:09:46.744Z [err]  
2021-06-26T11:09:46.744Z [err] ERR!
2021-06-26T11:09:46.744Z [err]  Please include the following file with any support request:
2021-06-26T11:09:46.744Z [err] npm
2021-06-26T11:09:46.744Z [err]  
2021-06-26T11:09:46.744Z [err] ERR!
2021-06-26T11:09:46.745Z [err]      /root/.node-red/npm-debug.log
2021-06-26T11:09:46.751Z rc=1

Я так понимаю, проблема в прокси. Пробовал npm config delete proxy и npm config set strict-ssl=false но результат тот же


Ответы (0 шт):