Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Better error propagation #102

@briantopping

Description

@briantopping

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! 👍

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions