I do not have Node.js installed on my machine.
I have been given the source code of an application that is coded in Node.js, Express and AngularJS.
To determine the Angular.js version like any other client side javascript library I can just open the filename and get the version.
In the root folder of my application there is a node_modules folder but there is nowhere I can see what version of Node.js it is for. It does have a debug subdirectory that contains Node.js but opening the file doesn't show me the version number.
When I go to the Node.js website it gives me two version options: 4.5 or 6.5. Which one should I use if I don't even know the version the source code is written in?
node -vif you have installedNode.jsnode.js