npm ERR! Failed at the usage@0.3.10 install script 'node-gyp rebuild'.
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 usage package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs usage
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls usage
npm ERR! There is likely additional logging output above.
Is there anyway this could be updated to use the latest version of "usage" dependency? It does appear to work on WIndows.
npm ERR! Failed at the usage@0.3.10 install script 'node-gyp rebuild'. 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 usage package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-gyp rebuild npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs usage npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls usage npm ERR! There is likely additional logging output above.
Is there anyway this could be updated to use the latest version of "usage" dependency? It does appear to work on WIndows.
C:\dev\clustertest>npm install usage --save
Thanks!