What is the most correct way to install npm packages in nested sub folders?
npm packages
my-app /my-sub-module package.json package.json
Just for reference in case people come across this question. You can now:
npm install --save path/to/my/subfolder