Skip to content

mean install mean-admin doesn't install bower dependencies #20

@graywithanA

Description

@graywithanA

After running "mean install mean-admin" my app would not load. My console gave the following error:

Uncaught Error: [$injector:modulerr] Failed to instantiate module mean due to:
Error: [$injector:modulerr] Failed to instantiate module mean.mean-admin due to:
Error: [$injector:modulerr] Failed to instantiate module ngClipboard due to:
Error: [$injector:nomod] Module 'ngClipboard' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.

Turns out the bower dependencies were never installed. Running bower install from within the mean-admin folder solved the issue and everything now seems to work fine.

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