When adding a package using node package manager (npm) to your project, is it best to specify a particular version number?
Often when I'm going through tutorials, the instructor uses very specific version numbers when installing a package using npm, usually the most recent one at the time they made the tutorial. That seems like a reasonable way to do it when making a tut...
Nov 25, 2017BJH