本帖最后由 ch3133 于 2022-12-15 23:26 编辑
小白开始对NODE-RED有兴趣 但是安装node-red-contrib-home-assistant-websocket插件 总是失败 node-red版本 2.1.4 docker方式安装
请问各位大佬 这个应该怎么解决啊
日志如下
2022-12-15T11:09:33.179Z 安装 : node-red-contrib-home-assistant-websocket 0.47.1
2022-12-15T11:09:36.027Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict [email protected]
2022-12-15T11:22:59.493Z [err] npm
2022-12-15T11:22:59.494Z [err] WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning ETIMEDOUT: request to https://registry.npmjs.org/easy-extender failed, reason: connect ETIMEDOUT 104.16.22.35:443
2022-12-15T11:22:59.495Z [err] npm
2022-12-15T11:22:59.495Z [err] WARN registry Using stale data from https://registry.npmjs.org/ due to a request error during revalidation.
2022-12-15T11:44:22.127Z [err] npm
2022-12-15T11:44:22.128Z [err] WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
2022-12-15T11:44:22.128Z [err] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm64"})
2022-12-15T11:44:22.129Z [err]
2022-12-15T11:44:22.132Z [out] + [email protected]
2022-12-15T11:44:22.132Z [out] updated 1 package in 2084.254s
2022-12-15T11:44:22.228Z rc=0
按照 https://bbs.hassbian.com/forum.p ... assistant-websocket 帖子内容 问题解决 |