orcema / node-red-google-notify

6 stars 0 forks source link

Unauthenticated git protocol on port 9418 is no longer supported #10

Closed hazyitsm closed 2 years ago

hazyitsm commented 2 years ago

When trying to install this through Manage palette, the install fails. Here is the log:

`2022-03-30T01:57:18.965Z Install : node-red-google-notify 1.4.7

2022-03-30T01:57:18.858Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict node-red-google-notify@1.4.7 2022-03-30T01:57:20.243Z [err] npm ERR! 2022-03-30T01:57:20.243Z [err] Error while executing: 2022-03-30T01:57:20.243Z [err] npm ERR! /usr/bin/git ls-remote -h -t git://github.com/orcema/file-server.git 2022-03-30T01:57:20.243Z [err] npm ERR! 2022-03-30T01:57:20.243Z [err] npm ERR! fatal: remote error: 2022-03-30T01:57:20.243Z [err] npm ERR! The unauthenticated git protocol on port 9418 is no longer supported. 2022-03-30T01:57:20.243Z [err] npm ERR! Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. 2022-03-30T01:57:20.243Z [err] npm ERR! 2022-03-30T01:57:20.243Z [err] npm ERR! exited with error code: 128 2022-03-30T01:57:20.246Z [err] 2022-03-30T01:57:20.246Z [err] npm ERR! 2022-03-30T01:57:20.246Z [err] A complete log of this run can be found in: 2022-03-30T01:57:20.246Z [err] npm ERR! /data/.npm/_logs/2022-03-30T01_57_20_244Z-debug.log 2022-03-30T01:57:20.252Z rc=1`

Is there anything I need to do, or does the package need updating? Thanks!

orcema commented 2 years ago

Hi, Published a fix on version 1.4.8. Please update and try it

hazyitsm commented 2 years ago

Yep, that did it. Thanks!