初めて質問いたします、プログラム等全くの初心者でよろしく願いします。
前提・実現したいこと
下記のページに従ってRaspiにNodeRED DashBoardのインストール作業をしているのですが
エラーで進まず2日が経過しています。コマンドも初心者なのでよく分かっていないのもあると思います。
NodeRED自体は http://raspiのIPアドレス:1880でブラウザで動いているので
ダッシュボードがインストール出来ていないようです
Getting Started with Node-RED Dashboard
Installing Node-RED Dashboard
To install the Node-RED Dashboard run the following commands:
pi@raspberry:~ $ node-red-stop
pi@raspberry:~ $ cd /.node-red/.node-red $ npm install node-red-dashboard
pi@raspberry:
Then, reboot your Pi to ensure that all changes take effect on Node-RED software:
pi@raspberry:~ $ sudo reboot
発生している問題・エラーメッセージ
/usr/lib/node_modules/npm/node_modules/npmlog/log.js:57
log.progressEnabled = log.gauge.isEnabled()
^
TypeError: log.gauge.isEnabled is not a function
at Object.<anonymous> (/usr/lib/node_modules/npm/node_modules/npmlog/log.js:57:33)
at Module._compile (internal/modules/cjs/loader.js:1085:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
at Module.load (internal/modules/cjs/loader.js:950:32)
at Function.Module._load (internal/modules/cjs/loader.js:790:12)
at Module.require (internal/modules/cjs/loader.js:974:19)
at require (internal/modules/cjs/helpers.js:93:18)
at /usr/lib/node_modules/npm/bin/npm-cli.js:22:13
at Object.<anonymous> (/usr/lib/node_modules/npm/bin/npm-cli.js:155:3)
at Module._compile (internal/modules/cjs/loader.js:1085:14)
試したこと
$ npm -v
など試しても同じエラーが表示されます。
よろしくお願いいたします。
あなたの回答
tips
プレビュー