linnovate / mean-admin

Admin menu and features packages for mean
30 stars 19 forks source link

Mean-Admin #15

Closed devlinpadayachee closed 10 years ago

devlinpadayachee commented 10 years ago

Perpetually having trouble with this thing. Worked perfectly when I installed it last week. Today I tried it and when i load the app I get : 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: [$in......2

liorkesos commented 10 years ago

Please try to upgrdade to the latest version of meanio. We've updated mean-admin to work with our latest changes to the cli/meanio project. Lior

On Thu, Sep 4, 2014 at 12:18 AM, devlinpadayachee notifications@github.com wrote:

Perpetually having trouble with this thing. Worked perfectly when I installed it last week. Today I tried it and when i load the app I get : 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: [$in......2

— Reply to this email directly or view it on GitHub https://github.com/linnovate/mean-admin/issues/15.

Lior Kesos - http://www.linnovate.net Linnovate - Community Infrastructure Care mail: lior@linnovate.net office: +972 722500881 cell: +972 524305252 skype: liorkesos

b0telh0 commented 10 years ago

Same here..

MEAN VERSION: 0.4.0 meanio command line at latest version: 0.5.19

liorkesos commented 10 years ago

@ellman please look in this. Lior On Sep 4, 2014 10:19 AM, "Leonardo Rota Botelho" notifications@github.com wrote:

Same here..

MEAN VERSION: 0.4.0 meanio command line at latest version: 0.5.19

— Reply to this email directly or view it on GitHub https://github.com/linnovate/mean-admin/issues/15#issuecomment-54420753.

ellman commented 10 years ago

hi @b0telh0 and @devlinpadayachee I will look into this now.

While I do one more thing to try please do this in the project root npm ls meanio and send me the result if you have less than 0.5.18 please do npm install meanio@0.5.19 and let me know if that helps.

Thanks

devlinpadayachee commented 10 years ago

Reinstall everything Running mean status : Still getting the same errors on mean-admin.

see below: these are my versions

MEAN Status


MEAN VERSION: 0.4.0

DB connection successful!

MongoDB URI: mongodb://localhost/mean-dev

checking meanio command line version meanio command line at latest version: 0.5.19

ellman commented 10 years ago

hey @devlinpadayachee and @b0telh0 i replicated the error, found and pushed a change in mean-admin.

Basically the paths where set to absolute value instead of relevent in mean-admin in the aggregateAsset function.

You can do mean install mean-admin again to get the updated results.

Sorry it took so long to pick this up.

devlinpadayachee commented 10 years ago

Thanks you guys are awesome

b0telh0 commented 10 years ago

Working now!! Thank you so much guys.