after the npm start &
press enter… you should get the prompt back, and can do any command
add this to your node module start function
start: function() {
socketTestpython=this;
console.log(this.name + " node_helper started") // < ---- add this
should see this in terminal window
MMM-Testpython node_helper started
i do