You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing grunt build then grunt serve:dist I get this error in the browser:
Uncaught Error: [$injector:unpr] Unknown provider: aProvider <- a <- Auth
This happens with this generation:
# Client
[?] What would you like to write scripts with? CoffeeScript
[?] What would you like to write markup with? Jade
[?] What would you like to write stylesheets with? Less
[?] What Angular router would you like to use? uiRouter
# Server
[?] Would you like to use mongoDB with Mongoose for data modeling? Yes
[?] Would you scaffold out an authentication boilerplate? Yes
[?] Would you like to include additional oAuth strategies?
[?] Would you like to use socket.io? Yes
The text was updated successfully, but these errors were encountered:
@thgil perhaps try a npm install && bower install and run it again? I say this because everything worked fine for me, so I'm not sure what the problem is exactly.
Also, calling grunt build before grunt serve:dist is unnecessary, since the latter calls the former anyway.
Doing
grunt build
thengrunt serve:dist
I get this error in the browser:This happens with this generation:
The text was updated successfully, but these errors were encountered: