tessel / t2-cli

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

Pre-compiled module is missing: usb@1.6.2. #1720

Open necccc opened 4 years ago

necccc commented 4 years ago

Got this warning today: WARN Pre-compiled module is missing: usb@1.6.2.

Env details

INFO Tessel Environment Versions: INFO t2-cli: 0.1.22 INFO t2-firmware: 0.2.0 INFO Node.js: 8.11.3

rwaldron commented 4 years ago

Are you installing the "usb" module directly in your Tessel project?

necccc commented 4 years ago

Yes, I would use that to connect to some USB devices.

Its working with the old fw and Node 6, it’s been a year I’ve had to touch the code.

On 2020. Jan 7., Tue at 18:31, Rick Waldron notifications@github.com wrote:

Are you installing the "usb" module directly in your Tessel project?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tessel/t2-cli/issues/1720?email_source=notifications&email_token=AADARBU6YJBQ2SYJLFECBNTQ4S4ANA5CNFSM4KC3R3GKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIJUVNA#issuecomment-571689652, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADARBXM5RWGKEE45WPASCTQ4S4ANANCNFSM4KC3R3GA .

-- _Nec

nec@shell8.net

necccc commented 4 years ago

Similar issue like this was https://github.com/tessel/node-usb/issues/231