Comment by Sebastian on "When adding a package using node package manager (npm) to your project, is it best to specify a particular version number?" | Hashnode
Usually I don’t specify them. The only time I had to this was when minor versions contain breaking changes then I have to pin the version. But that happens rarely but it happens.