Just learning Bower and Node. Wanted to try bower-requirejs, but no errors, just failure. It turns out that I had an error "Cannot read property 'moduleType' of undefined" generated somewhere deep in the code and it wasn't being reported. What ended up being wrong is one of the modules was listed in my bower.json but not actually installed. The error should have said "module not installed", not that some attribute of an uninstalled module was undefined.
So while that's a bug, there's also the issue with the error message not being displayed at all, even when I turned on various command line switches for node.
Please let me know what other information I can provide! thanks for all that you've done on the tool! 👍