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
I think I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests.
Item
Version
generator-angular-fullstack
4.1.2 (Also tried with 3.7.6)
Node
6.9.5
npm
3.10.10 (Also tried Node 7.5.0 and npm 4.1.2)
Operating System
OS X 10
Item
Answer
Transpiler
Babel
Markup
HTML
CSS
LESS
Router
ui-router
Client Tests
Mocha
DB
MongoDB
Auth
Y
Socket.io
Y
I've been having trouble getting socket.io to update the view. I think I've isolated the problem to mongoose... package.json requests mongoose ^4.1.2, which resolves to 4.8.1, but I think anything after 4.7.9 is causing this problem. When I install 4.7.9, my existing project (built with generator-angular-fullstack 3.7.6) functions as expected, and the latest version (4.1.2) does as well.
The text was updated successfully, but these errors were encountered:
I've been having trouble getting socket.io to update the view. I think I've isolated the problem to mongoose... package.json requests mongoose ^4.1.2, which resolves to 4.8.1, but I think anything after 4.7.9 is causing this problem. When I install 4.7.9, my existing project (built with generator-angular-fullstack 3.7.6) functions as expected, and the latest version (4.1.2) does as well.
The text was updated successfully, but these errors were encountered: