Search found 1 match

by 0x4c3p
Fri Sep 11, 2015 5:32 pm
Forum: Developer Discussions
Topic: aerogel and Cylon connection problem
Replies: 2
Views: 3357

Re: aerogel and Cylon connection problem

This is because the node-usb npm package has been updated a lot while the 'aerogel' package has not. In the package.json for aerogel you will notice it says "usb": "*" under "dependencies" which basically means "depend on latest version". However the latest ve...