Error in plugin 'run-sequence(run-internal)'

346 Views Asked by At

I'm performing Iot project using Azure platform. And while I'm doing with manual in Microsoft azure site to make Iot hub communicate with raspberry-pi, I got some error but I cannot find the reasons.

(Manual link: https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-raspberry-pi-kit-c-lesson4-send-cloud-to-device-messages and I got error when I execute command line "gulp deploy && gulp run")

I think those are error in gulp but I cannot solve that problem and I cannot find any information about the error code, "'run-internal' errored" and "Error in plugin 'run-sequence(run-internal)'".

OS: Windows 10 Tool: Visual studio 2015, Azure

Here is the image of terminal

enter image description here

1

There are 1 best solutions below

1
Shui shengbao On

According to the error log, it seems the script could not ssh to your server.

You should check why you could not ssh to your server firstly and try again.