Node-Red 初心者 導入
Node-Red 導入方法(debian系)
Ubuntu16.04とDebianに入れた時手こずったので導入方法書いておきます。
グーグル先生や他の人は、普通にうまくいけば以下のコマンドでいけるらしい?
$ sudo apt install nodejs npm
$ npm install node-red
私の場合は、うまくいかなかったので以下のようなやり方です。
$ sudo apt install nodejs nodejs-legacy curl
$ wget http://www.npmjs.org/install.sh --no-check-certificate
sudo sh install.sh
npmがインストールできたら
$ sudo npm install -g --unsafe-perm node-red
curl installしてwget使ってるあたり
本当にcurlインストールしてるのが謎なんでcurl入らないかも。
Author And Source
この問題について(Node-Red 初心者 導入), 我々は、より多くの情報をここで見つけました https://qiita.com/yusk24/items/8333973ef6d93c986ab8著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .