petervojtek / cordova-plugin-shell-exec

Apache Cordova Plugin to Execute Commands in Smartphone's Operating System Shell
Apache License 2.0
34 stars 17 forks source link

Need to install node js (apt-get install nodejs) #10

Open Abiraman opened 7 years ago

Abiraman commented 7 years ago

HI, I had run 'apt-get install nodejs ' from this plugin. I got status code =100 and out put is empty. But node is not installed in mobile. But i run this command through terminal ,Nodejs installed successfully . Kindly help for this issue asap

ParaSpl01t commented 5 years ago

Apt does not exist in Android. Did you manually build and installed a module? Through which terminal did you run this command?