I do a lot of browsing on GitHub and find neat little Node projects that I like to play around with. The only problem is, most come with hardly any documentation. For starters, which version of Node I need to be using in order to run the project/application. I use nvm so I can easily swap between versions, but not knowing what version I need is a little frustrating.
Is there a specific way, possibly by examining the source code, to tell which version of Node I need to use in order to install/run an application?
nvmis to ensure that the same node version is used across multiple platforms, e.g. when developing in a team. Other than that I guess the packagespackage.jsonknows the dependencies and install whats needed