CommentWildcard Version Requirement Numbers Are Evil (Score 1)57
IBM and Red Hat are correct:
Whereas the 2016 documentation stipulates:
"A module's declaration does not include a version string, nor constraints upon the version strings of the modules upon which it depends. This is intentional: It is not a goal of the module system to solve the version-selection problem, which is best left to build tools and container applications."
The State of the Module System
Anything less than Node's package requirements is going to be useless. There should be absolutely no wildcards in major version numbers, with warnings in medium. They are the curse of Node!