tessel / t2-vm

Run and develop for Tessel 2 in a virtual machine.
Apache License 2.0
39 stars 15 forks source link

Error in events.js on t2-vm create on OSX 10.11 #25

Closed ujjwalt closed 9 years ago

ujjwalt commented 9 years ago
Initializing VM...
? Choose a bridge interface (or hit enter) en0: Wi-Fi (AirPort)
Downloading image...
............................................................................................................................................................. downloaded ...
Creating VM...
Attaching to serial port: /Users/ujjwalt/.tessel/vm.port
Configuring VM...
events.js:85
     throw er; // Unhandled 'error' event
           ^
Error: connect ENOENT
   at exports._errnoException (util.js:746:11)
   at PipeConnectWrap.afterConnect [as oncomplete] (net.js:1010:19)

I'm using node 0.12.7 and npm 2.14.4 although I've tried both node 0.10 and 4.0 and nothing works.

Student007 commented 9 years ago

I could bet you are working within a VM ? https://github.com/Student007/t2-reference-VMs/blob/master/macosx/FAQ.md

ujjwalt commented 9 years ago

@Student007: You just lost the bet.

Student007 commented 9 years ago

You won a :rabbit2: :laughing: did you install VirtualBox and extension packages ?

ujjwalt commented 9 years ago

You win. I did not have the extension packages. But is this mentioned anywhere?

ujjwalt commented 9 years ago

Now will this work on Node 4.x?

johnnyman727 commented 9 years ago

@ujjwalt that's a good question. Currently t2-cli isn't compatible with node-usb on Node 4.x but since it's a VM (and doesn't connect via USB), it might not have that issue.