Node-red upgrade
Node-red upgradeの仕方について2種類の方法で行いました。
1つ目
$ bash <(curl -sL https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered)
上のコマンドを打ったのですが、エラーが出ます。解決方法を教えて下さい。
2つ目
update-nodejs-and-nodered
こちらのコマンドもエラーが出てうまくいきません。
発生している問題・エラー
1つ目のエラー内容
``The command that got you this script has been updated.
Please use the following version:
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
See https://github.com/node-red/linux-installers for details.
Thank you.
rm: '/usr/bin/update-nodejs-and-nodered' を削除できません: そのようなファイルやディレクトリはありません
``
2つ目のエラー内容
bash: update-nodejs-and-nodered: コマンドが見つかりません