MySQLのモジュールの追加は、公式にある通りです。
node-red-node-mysql – Node-RED
node-redのインストール作業をしたユーザーのhomeディレクトリに「.node-red」が出来てますので、そこに移動します。
cd .node-red
npmからインストールします。
npm install node-red-node-mysql
インストールが終わったら、pm2でnode-redを再ロードします。
pm2 reload node-red
MySQLのモジュールの追加は、公式にある通りです。
node-red-node-mysql – Node-RED
node-redのインストール作業をしたユーザーのhomeディレクトリに「.node-red」が出来てますので、そこに移動します。
cd .node-red
npmからインストールします。
npm install node-red-node-mysql
インストールが終わったら、pm2でnode-redを再ロードします。
pm2 reload node-red
0件のコメント