Unable to deploy on Centos from my local windows

I followed the below link to deploy on Centos server

https://www.phusionpassenger.com/library/walkthroughs/deploy/meteor/ownserver/nginx/oss/el7/deploy_app.html

Install process is not completed, here I am placing the log while executing npm install --production command

1551 silly install fibers@1.0.13 /var/www/adsglobe/bundle/programs/server/node_modules/.staging/fibers-a80d2f4f
1552 info lifecycle fibers@1.0.13~install: fibers@1.0.13
1553 verbose lifecycle fibers@1.0.13~install: unsafe-perm in lifecycle false
1554 verbose lifecycle fibers@1.0.13~install: PATH: /root/.nvm/versions/node/v4.4.7/lib/node_modules/npm/bin/node-gyp-bin:/var/www/adsglobe/bundle/programs/server/node_modules/fibers/node_modules/.bin:/var/www/adsglobe/bundle/programs/server/node_modules/.bin:/root/.nvm/versions/node/v4.4.7/bin:/sbin:/bin:/usr/sbin:/usr/bin
1555 verbose lifecycle fibers@1.0.13~install: CWD: /var/www/adsglobe/bundle/programs/server/node_modules/fibers
1556 silly lifecycle fibers@1.0.13~install: Args: [ ‘-c’, ‘node build.js || nodejs build.js’ ]
1557 info lifecycle fibers@1.0.13~install: Failed to exec install script
1558 verbose unlock done using /root/.npm/_locks/staging-6dd8343646aabc8f.lock for /var/www/adsglobe/bundle/programs/server/node_modules/.staging
1559 silly rollbackFailedOptional Starting
1560 silly rollbackFailedOptional Finishing
1561 silly runTopLevelLifecycles Finishing
1562 silly install printInstalled
1563 warn meteor-dev-bundle@0.0.0 No description
1564 verbose If you need help, you may report this error at:
1564 verbose
1565 warn meteor-dev-bundle@0.0.0 No repository field.
1566 verbose If you need help, you may report this error at:
1566 verbose
1567 warn meteor-dev-bundle@0.0.0 No license field.
1568 verbose If you need help, you may report this error at:
1568 verbose https://github.com/npm/npm/issues
1569 verbose stack Error: fibers@1.0.13 install: node build.js || nodejs build.js
1569 verbose stack spawn ENOENT
1569 verbose stack at ChildProcess. (/root/.nvm/versions/node/v4.4.7/lib/node_modules/npm/lib/utils/spawn.js:33:16)
1569 verbose stack at emitTwo (events.js:87:13)
1569 verbose stack at ChildProcess.emit (events.js:172:7)
1569 verbose stack at maybeClose (internal/child_process.js:827:16)
1569 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
1570 verbose pkgid fibers@1.0.13
1571 verbose cwd /var/www/adsglobe/bundle/programs/server
1572 error Linux 3.10.0-123.el7.x86_64
1573 error argv “/root/.nvm/versions/node/v4.4.7/bin/node” “/root/.nvm/versions/node/v4.4.7/bin/npm” “install” "–production"
1574 error node v4.4.7
1575 error npm v3.10.10
1576 error file sh
1577 error code ELIFECYCLE
1578 error errno ENOENT
1579 error syscall spawn
1580 error fibers@1.0.13 install: node build.js || nodejs build.js
1580 error spawn ENOENT
1581 error Failed at the fibers@1.0.13 install script ‘node build.js || nodejs build.js’.
1581 error Make sure you have the latest version of node.js and npm installed.
1581 error If you do, this is most likely a problem with the fibers package,
1581 error not with npm itself.
1581 error Tell the author that this fails on your system:
1581 error node build.js || nodejs build.js
1581 error You can get information on how to open an issue for this project with:
1581 error npm bugs fibers
1581 error Or if that isn’t available, you can get their info via:
1581 error npm owner ls fibers
1581 error There is likely additional logging output above.
1582 verbose exit [ 1, true ]

Regards,
Jagan