-
Notifications
You must be signed in to change notification settings - Fork 6
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
outdated dependencies in generated package.json #4
Comments
I apologize for the delay in responding to you. First of all, I want to thank you for your feedback; it has been a great encouragement to me :D Additionally, the primary reason I developed this tool was actually due to encountering issues with some mainstream frameworks, like commonjs. Regarding your mention of using older versions in the dependency libraries, this is largely because I have synchronized with the dependency files of express-generator. Since express-generator itself may have some outdated issues, this is also reflected in my tool. I wonder, has this caused any specific problems for you? If these outdated dependencies have caused significant issues, I will consider updating these dependencies to the latest versions. Thank you once again for your feedback, it's very important for the improvement of my work. |
Hey! Particularly, I haven't had any issues with the dependencies because I ran a npm-check-updates to get the latest versions as I was starting a black project. Keep up the good work!!! |
Sorry if i write it after so long delay, but how about just using in |
First: Nice work!
I'm learning some server-side js and this tool is of high value to me. It's confusing for someone like me to understand why the most popular backend framework in javascript still uses old practices such as commonjs.
Anyway, here's my question/issue:
Is there a reason for some of the package.json dependencies to require outdated versions? some of them are limiting the update to only patches (using ~)...
Here's what i just got in my generated package.json and what is the latest version of each package:
The text was updated successfully, but these errors were encountered: