Borys Tymiński
Borys Tymiński
Working just fine with `"bluebird": "^3.5.4",`.
I also run into this issue after upgraded version of node to latest. I need v12 to use web workers. I don't think removing following: if (process.env.NODE_ENV !== 'development') window.__static...
Still no solution? I'm in same trouble
It is done in `utils/seed.js` which create default Admin.
How we want to solve this? I think admin should be only created by another admin. However at the start we don't have any admins. Maybe we should have two...
You still want to have admins and users in one collection? I think we should split them to two different mongo collection and then rename auth.controller.js to user.controller.js and also...
I'm about to create new PR with fix but it will contain lots of changes and I actually splited users and admin to two collections.
@kasvith I can tonight. At the moment I need to do some tasks in private repo
@kasvith this branch has no conflicts and jarvis passed but additional code review is highly recommended :)
Also I moved functions from models to `models/utils` directory. Maybe you find some better name for this directory than `utils`.