parity-binaryopenethereum-binaryDownload latest parity and export the path
var execPath = require('parity-binary')
const execPath = require('parity-binary')Get the path of the executable
const version = require('parity-binary').versionGet the version of the executable
npm install parity-binary