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.