LoginSignup
0
3

More than 5 years have passed since last update.

Node-Red 初心者 導入

Posted at

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入らないかも。

0
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
3