Skip to content
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

Open
graywithanA opened this issue Sep 23, 2014 · 5 comments
Open

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

graywithanA opened this issue Sep 23, 2014 · 5 comments

Comments

@graywithanA
Copy link

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.

@jasonruyle
Copy link

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.

@broderix
Copy link

broderix commented Jul 2, 2015

Bug still exists. I think it conflicted with packages/core/admin, because when I deleted it all worked ok

@lexfernandez
Copy link

As @broderix said the problem with mean-admin is that you cannot have the packages/core/admin module at the same time, I deleted it and everything work correctly. Thanks @broderix , I appreciate it.

@jwebbdev
Copy link
Member

/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.

@lexfernandez
Copy link

Great @rjVapes I didn't know that, Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants