Issues installing Alexa skill.

48 views
Skip to first unread message

Michael Erbacher

unread,
Jul 23, 2017, 5:12:01 AM7/23/17
to Node-RED
Hi All,

I'm getting some errors when attempting to install the Alexa skill for Node red. I've tried an apt get update and upgrade and upgraded npm to version 8.2.1 (all running on a pi).

Any assistance would be much appreciated.

npm WARN engine mq...@2.9.2: wanted: {"node":">=4.0.0"} (current: {"node":"0.10.29","npm":"2.15.11"})
npm WARN engine req...@2.81.0: wanted: {"node":">= 4"} (current: {"node":"0.10.29","npm":"2.15.11"})
npm WARN engine ha...@3.1.3: wanted: {"node":">=0.10.32"} (current: {"node":"0.10.29","npm":"2.15.11"})
npm WARN engine har-va...@4.2.1: wanted: {"node":">=4"} (current: {"node":"0.10.29","npm":"2.15.11"})
npm WARN engine form...@2.1.4: wanted: {"node":">= 0.12"} (current: {"node":"0.10.29","npm":"2.15.11"})
npm WARN engine har-s...@1.0.5: wanted: {"node":">=4"} (current: {"node":"0.10.29","npm":"2.15.11"})
npm WARN engine bo...@2.10.1: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.29","npm":"2.15.11"})
npm WARN engine cryp...@2.0.5: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.29","npm":"2.15.11"})
npm WARN engine ho...@2.16.3: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.29","npm":"2.15.11"})
npm WARN engine c...@4.6.0: wanted: {"iojs":">= 1.0.0","node":">= 0.12.0"} (current: {"node":"0.10.29","npm":"2.15.11"})
node-red-contrib...@0.1.15 node_modules/node-red-contrib-alexa-home-skill
├── body-...@1.17.2 (conten...@1.0.2, by...@2.4.0, de...@1.1.0, on-fi...@2.3.0, raw-...@2.2.0, http-...@1.6.1, q...@6.4.0, de...@2.6.7, type i...@1.6.15, iconv...@0.4.15)
├── mq...@2.9.2 (inhe...@2.0.3, reint...@1.1.0, xt...@4.0.1, mini...@1.2.0, com...@1.0.0, concat...@1.6.0, spl...@2.1.1, pu...@1.0.2, end-of...@1.4.0, mqtt-...@5.4.0, readabl...@2.3.3, websocke...@5.0.0, hel...@1.1.0)
└── req...@2.81.0 (is-typ...@1.0.0, aws-...@0.6.0, oauth...@0.8.2, foreve...@0.6.1, tunnel...@0.6.0, case...@0.12.0, string...@0.0.5, isst...@0.1.2, json-stri...@5.0.1, safe-...@5.1.1, perform...@0.2.0, ext...@3.0.1, aw...@1.6.0, uu...@3.1.0, combine...@1.0.5, q...@6.4.0, form...@2.1.4, mime-...@2.1.15, tough-...@2.3.2, ha...@3.1.3, http-si...@1.1.1,har-va...@4.2.1)


regards,
Michael

Colin Law

unread,
Jul 23, 2017, 5:23:14 AM7/23/17
to node...@googlegroups.com
You should follow the instructions at [1] to install on the pi. You
should not need to start again though, just run the curl command there
and it should bring you up to date.

bash <(curl -sL
https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered)

Note that the above is all one line

[1] https://nodered.org/docs/hardware/raspberrypi

Colin
> --
> http://nodered.org
>
> Join us on Slack to continue the conversation: http://nodered.org/slack
> ---
> You received this message because you are subscribed to the Google Groups
> "Node-RED" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to node-red+u...@googlegroups.com.
> To post to this group, send email to node...@googlegroups.com.
> Visit this group at https://groups.google.com/group/node-red.
> To view this discussion on the web, visit
> https://groups.google.com/d/msgid/node-red/d2deccb4-03d2-41e8-aec7-2cc442a0efac%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

Michael Erbacher

unread,
Jul 23, 2017, 5:53:00 AM7/23/17
to Node-RED
Hi Colin,


Thanks for the reply. I ended up running update-nodejs-and-nodered and that appears to have resolved the issue.




On Sunday, 23 July 2017 21:12:01 UTC+12, Michael Erbacher wrote:
Hi All,

I'm getting some errors when attempting to install the Alexa skill for Node red. I've tried an apt get update and upgrade and upgraded npm to version 8.2.1 (all running on a pi).

Any assistance would be much appreciated.

npm WARN engine mq...@2.9.2: wanted: {"node":">=4.0.0"} (current: {"node":"0.10.29","npm":"2.15.11"})
npm WARN engine req...@2.81.0: wanted: {"node":">= 4"} (current: {"node":"0.10.29","npm":"2.15.11"})
npm WARN engine ha...@3.1.3: wanted: {"node":">=0.10.32"} (current: {"node":"0.10.29","npm":"2.15.11"})
npm WARN engine har-va...@4.2.1: wanted: {"node":">=4"} (current: {"node":"0.10.29","npm":"2.15.11"})
npm WARN engine form...@2.1.4: wanted: {"node":">= 0.12"} (current: {"node":"0.10.29","npm":"2.15.11"})
npm WARN engine har-s...@1.0.5: wanted: {"node":">=4"} (current: {"node":"0.10.29","npm":"2.15.11"})
npm WARN engine bo...@2.10.1: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.29","npm":"2.15.11"})
npm WARN engine cryp...@2.0.5: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.29","npm":"2.15.11"})
npm WARN engine ho...@2.16.3: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.29","npm":"2.15.11"})
npm WARN engine c...@4.6.0: wanted: {"iojs":">= 1.0.0","node":">= 0.12.0"} (current: {"node":"0.10.29","npm":"2.15.11"})
node-red-contrib-alexa-home-sk...@0.1.15 node_modules/node-red-contrib-alexa-home-skill
├── body-...@1.17.2 (conten...@1.0.2, by...@2.4.0, de...@1.1.0, on-fi...@2.3.0, raw-...@2.2.0, http-...@1.6.1, q...@6.4.0, de...@2.6.7, type i...@1.6.15, iconv...@0.4.15)
├── mq...@2.9.2 (inhe...@2.0.3, reint...@1.1.0, xt...@4.0.1, mini...@1.2.0, com...@1.0.0, concat...@1.6.0, spl...@2.1.1, pu...@1.0.2, end-of...@1.4.0, mqtt-...@5.4.0, readabl...@2.3.3, websocke...@5.0.0, hel...@1.1.0)
└── req...@2.81.0 (is-typ...@1.0.0, aws-...@0.6.0, oauth...@0.8.2, foreve...@0.6.1, tunnel...@0.6.0, case...@0.12.0, string...@0.0.5, isst...@0.1.2, json-stri...@5.0.1, safe-...@5.1.1, perform...@0.2.0, ext...@3.0.1, aw...@1.6.0, uu...@3.1.0, combine...@1.0.5, q...@6.4.0, form...@2.1.4, mime-...@2.1.15, tough-...@2.3.2, ha...@3.1.3, http-si...@1.1.1,har-vali...@4.2.1)


regards,
Michael
Reply all
Reply to author
Forward
0 new messages