ClockworkMod/TetherResources

tether.js doesnt run with newer versions of node

Opened this issue · 0 comments

I can compile your version of node to work on a raspberry pi and the tether works but the performance is low I read online that newer versions of node are way faster so i installed node via nvm and edited run.sh to use the binary nvm installed and it gave me back this output. please edit tether.js so it runs with newer versions of node I have already purchased this app.

Starting Tether...
Opening tun device.
Opening tun device: /dev/net/tun
Opening tun device: null
unable to open tun/tap device.
TypeError: os.setupTun is not a function
at tun (/home/pi/tether/node-tuntap/tuntap.js:111:6)
at createTun (/home/pi/tether/node-tuntap/tether.js:42:15)
at Object. (/home/pi/tether/node-tuntap/tether.js:242:1)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
at Module.runMain (module.js:605:10)
at run (bootstrap_node.js:423:7)