-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mean install mean-admin doesn't install bower dependencies #20
Comments
I didn't get those errors, but I can tell you running mean install mean-admin didn't work for me until I ran the bower install as well. Thanks for the hint. |
Bug still exists. I think it conflicted with packages/core/admin, because when I deleted it all worked ok |
/packages/core/admin of the default mean install -is- mean-admin, a newer version. If you're running on any recent install of mean you'll only run into trouble trying to install the package. |
Great @rjVapes I didn't know that, Thanks. |
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.
The text was updated successfully, but these errors were encountered: