Can you try with npm install --only=prod
? It looks that the problem is mongodb-runner (only required on development), which is requiring a specific GitHub commit of mongoldb-tools: runner/package.json at master · mongodb-js/runner · GitHub
This version is 1.2.0 but it is not published to npm. Npm should be installing from GitHub though, but for some reason on centos it is trying to install from npm.