How can I run npm install in a subfolder via the command line (single command) if the pointer is in the main folder and should remain there?
main_folder <- pointer is here - node_modules - package.json sub_folder <- npm install here - node_modules - package.json
source share