if(!fs.existsSync(this.app_node_path)){
    this.log.info('acquiring nodejs');
    shell.cp(this.$.env.meteor.node, this.$.env.app.bin);
  } else
    this.log.info('nodejs already acquired, moving on');