node.js - Message "Failed to instantiate module growlNotifications..." appear on production env -
i current using mean.io development framework of application , have been using growlnotifications plug-in time , works perfect on both server , client side.
while after coding commit (does not affect plug-in), following error appear on production server:
uncaught error: [$injector:modulerr] failed instantiate module acleague due to: error: [$injector:modulerr] failed instantiate module growlnotifications due to: error: [$injector:nomod] module 'growlnotifications' not available! either...<omitted>...3)
but won't have problem running on local. ensure bower install work on production server , did nth in grunt file.
could me or give me hints solve problem? lot!
as set bower component latest, production server run bower update command latest 1 while local not.
so upgraded plugin , run on both sides, works now.
Comments
Post a Comment