2017-04-05 3 views
0

私は、Adafruitのフェザーのための最初のチュートリアル(点滅例)以下の午前の段階で立ち往生されています:Azure IoTにgulpツールをインストールするには?

gulp install-tools 

次のコマンドを実行して、あなたのArduinoボードのためのAzureのIoTハブSDKをインストールします。次のエラーが表示され、解決方法がわかりません。

[16:26:50] Using gulpfile D:\PROJEKTI\NavIoT\gitSamples\iot-hub-c-feather-m0-ge 
ting-started-master\Lesson1\gulpfile.js 
[16:26:50] Starting 'install-tools'... 
[16:26:50] Starting 'install-tools-java'... 
[16:26:50] Finished 'install-tools-java' after 106 us 
[16:26:50] Starting 'install-tools-arduino'... 
... package 'arduino-1.6.11-windows.zip' already installed... 
[16:26:50] Finished 'install-tools-arduino' after 711 us 
[16:26:50] Starting 'install-tools-arduino-init-libraries'... 
events.js:160 
    throw er; // Unhandled 'error' event 
    ^

Error: spawn C:\Users\Darko ENOENT 
    at exports._errnoException (util.js:1018:11) 
    at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32) 
    at onerror.NT (internal/child_process.js:367:16) 
    at _combinedTickCallback (internal/process/next_tick.js:80:11) 
    at process._tickCallback (internal/process/next_tick.js:104:9) 
    at Module.runMain (module.js:606:11) 
    at run (bootstrap_node.js:393:7) 
    at startup (bootstrap_node.js:150:9) 
    at bootstrap_node.js:508:3 

この問題の解決策をお探しですか。

答えて

1

私たちはArduinoのデバイスのために詰め物を退職するつもりです。 https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-arduino-huzzah-esp8266-get-startedを見てください。これは、Arduino IDEを搭載したAdafruit Huzzah ESP8266の初心者向けの体験です。ガルプツールは便利ですが、新しい問題がたくさんあるのは簡単です。

ただし、M0の新しいチュートリアルはまだ作成中です。 ETAは来週になる可能性があります。新しいサンプルコードに興味がある場合は、https://github.com/Azure-Samples/iot-hub-Feather-M0-WiFi-client-app

関連する問題