Skip to content
This repository was archived by the owner on Nov 2, 2021. It is now read-only.

Make the node packages to be upgraded by itself #2431

Closed
wants to merge 1 commit into from
Closed

Make the node packages to be upgraded by itself #2431

wants to merge 1 commit into from

Conversation

ProdeveloperProgrammer
Copy link

I have make the node packages to be get upgraded by itself!

@ravi-maithrey
Copy link

I don't think this works the way you think it does. If you use ">" there are many chances to develop weird edge cases. At least use ">=" Also sometime in the future, the project might go in a direction where ver 10 for some module might not be supported but version 11 is. With a modifier like >7, the package manager would make do if ver 10 was present which would cause errors. Give this a thought

@arpit20adlakha
Copy link

This can create some serious issues like not taking care of deprecations and breaking changes. Major versions have breaking changes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants