Category: JavaScript & Node

Guides related to using Node JS and programming with JavaScript (or TypeScript).

Recursive npm package install

August 3, 2024
Recursive npm package install

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 […]

Jump to category: