I can specify the version of the node module to be installed in my angular application's package.json file, but is there a way of confirming that the specified version has been downloaded to the application's node_modules folder after npm install?
This question covers a similar topic, however I am looking for a confirmation of the version in the folder structure of the module itself.