Here’s a simple script that recursively searches through a folder, finds any instances of package.json, and runs npm install to install any dependencies needed at that location. Instructions: The script will identify each package.json file it finds, tell you it’s running, and let you know if it succeeded. If it fails for some reason, any […]