1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

備忘録:Raspberry PiでNode-REDのノードを追加

Last updated at Posted at 2018-06-10

Raspberry PiにはNode-REDがプリインストールされてますが、古いバージョンのためノードの追加ができませんでした。
なのでその手順メモ。

##Node.jsとnpmをインストール
下記手順を参考に
[Raspberry PiにNode.jsとnpmの最新版をインストールする - Qiita]
(https://qiita.com/mascii/items/77c685df65c4cbca9315)

##ノード追加
画面からはノード追加できませんでした。
コマンドラインから追加します。

cd $HOME/.node-red
npm install [追加したいノード名]

##起動

node-red-start

http://raspberrypi.local:1880/
にアクセス。

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?