cubejs / cluster2

A node.js (>= 0.8.x) compatible multi-process management module
Other
48 stars 17 forks source link

The dependency usage: ~0.3.8 cause build errors on windows #88

Open olmg-mike opened 8 years ago

olmg-mike commented 8 years ago

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

usage@0.7.1 install C:\dev\clustertest\node_modules\usage node-gyp rebuild

Thanks!

olmg-mike commented 8 years ago

Actually, it looks like this pull request does the dependency update: https://github.com/cubejs/cluster2/pull/86/files