Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tether.js doesnt run with newer versions of node #2

Open
devlin016 opened this issue May 3, 2017 · 0 comments
Open

tether.js doesnt run with newer versions of node #2

devlin016 opened this issue May 3, 2017 · 0 comments

Comments

@devlin016
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant