tessel / t2-cli

Tessel 2 Command Line Interface
MIT License
114 stars 56 forks source link

unable to run tessel 2 #1746

Closed Vendre08 closed 3 years ago

Vendre08 commented 4 years ago

Each time I start the tutorial and type t2 run led.js I start getting ERR! Node version mismatched for USB Drivers. and nothing working as it should.

simonpeters commented 3 years ago

Hey, did you manage to fix this?

rwaldron commented 3 years ago

The answer is there:

Each time I start the tutorial and type t2 run led.js I start getting ERR! Node version mismatched for USB Drivers. and nothing working as it should.

You likely installed t2-cli with an older version of node, and have since upgraded. The version of node you're using now does not match the version of node that you had when the usb drivers were first installed.