Advertisement
Adlx

Untitled

Dec 3rd, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. > Executing task: node "$HOME/azure-board-cli/out/cli.js" provision .bin <
  2.  
  3. path.js:28
  4. throw new TypeError('Path must be a string. Received ' + inspect(path));
  5. ^
  6.  
  7. TypeError: Path must be a string. Received undefined
  8. at assertPath (path.js:28:11)
  9. at Object.join (path.js:1251:7)
  10. at Object.<anonymous> (/home/adumont/azure-board-cli/out/telemetry.js:27:30)
  11. at Module._compile (module.js:635:30)
  12. at Object.Module._extensions..js (module.js:646:10)
  13. at Module.load (module.js:554:32)
  14. at tryModuleLoad (module.js:497:12)
  15. at Function.Module._load (module.js:489:3)
  16. at Module.require (module.js:579:17)
  17. at require (internal/module.js:11:18)
  18. at Object.<anonymous> (/home/adumont/azure-board-cli/out/cli.js:13:18)
  19. at Module._compile (module.js:635:30)
  20. at Object.Module._extensions..js (module.js:646:10)
  21. at Module.load (module.js:554:32)
  22. at tryModuleLoad (module.js:497:12)
  23. at Function.Module._load (module.js:489:3)
  24. at Function.Module.runMain (module.js:676:10)
  25. at startup (bootstrap_node.js:187:16)
  26. at bootstrap_node.js:608:3
  27. The terminal process terminated with exit code: 1
  28.  
  29. Terminal will be reused by tasks, press any key to close it.
  30.  
  31.  
  32.  
  33. ~/Arduino/generated_examples/GetStarted$ node -v
  34. v8.9.1
  35. ~/Arduino/generated_examples/GetStarted$ npm -v
  36. 5.5.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement