-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update project dependencies #174
Conversation
- Mongoose: 4.12 -> 5.1 - ESLint: 4.4 -> 4.19 - Mockgoose: dropped in favor of mongodb-memory-server
This is my own version of |
Thank you for taking the time to work on this, @pedro-victor. I think the problem with Travis may be related to the Node version. |
Yes and it's definitely not that simple. I checked in my machine and I'm also not able to run What do you think about upgrading Node requirements to version 8+? Since it's used only by brand new projects, I don't think that it would be such a bad idea. I'll test again with upgraded versions, just in case. |
Doesn't it work with v7 either? Anyway, I'm ok with upgrading Node version. |
I suggested v8 because that's the one I use. 😄 |
What I've done so far:
My suggestion is: merge this PR so we can benefit from upgraded versions and, as soon as we are able to upgrade yeoman-generator to v2, we add NSP back. @diegohaz what do you think? |
Thank you very much, @pedro-victor. 😊 |
Mongoose: 4.12 -> 5.1
ESLint: 4.4 -> 4.19
Mockgoose: dropped in favor of mongodb-memory-server