npm ERR! dbus@0.2.22 install: node-gyp configure build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the dbus@0.2.22 install script 'node-gyp configure build'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the dbus package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp configure build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs dbus
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls dbus
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /mnt/input/npm-debug.log
NPM install failed.
Build failed, reverting project.
I am facing this issue while deploying Meteor app, seems like some problem with dbus package.
npm ERR! Linux 4.4.0-53-generic npm ERR! argv "/mnt/output/.modulus/nvm/versions/node/v4.6.2/bin/node" "/mnt/output/.modulus/nvm/versions/node/v4.6.2/bin/npm" "install" "--production" npm ERR! node v4.6.2 npm ERR! npm v4.0.3 npm ERR! code ELIFECYCLE
npm ERR! dbus@0.2.22 install:
node-gyp configure build
npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the dbus@0.2.22 install script 'node-gyp configure build'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the dbus package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-gyp configure build npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs dbus npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls dbus npm ERR! There is likely additional logging output above.npm ERR! Please include the following file with any support request: npm ERR! /mnt/input/npm-debug.log NPM install failed. Build failed, reverting project.