recursive-install
recursive-install copied to clipboard
Recursively run npm install
npm audit is showing vulnerabilities that exist in the shelljs, yargs, and yargs-parser dependencies included. ``` # npm audit report shelljs
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.25 to 3.3.1. Changelog Sourced from nanoid's changelog. 3.3.1 Reduced package size. 3.3 Added size argument to function from customAlphabet (by Stefan Sundin). 3.2 Added --size and...
Hi, in some cases we want to run `npm ci` recursively instead of `npm install` to make dependencies deterministic. Supporting the feature will greatly help us, thanks!
It would be awesome to exclude subfolders like you can do with the root folder
**Problem:** When using the NPM module postinstall scripts do not run. **To reproduce:** 1) Create a repo with a `package.json`, and another `package.json` nested in a folder. 2) Give the...
This command complements the already existing `npm-recursive-install` command. The implementation could be made a lot more DRY, but this is enough to test whether it might be suitable for inclusion...
Since the functionality is _very_ similar and at least a section of the code can be re-used (cfr. lib/tools.js) between both, I think it would make sense to store everything...
Running Windows Server 2016. I ran the "npm i -g recursive-install" command but now I can't get the npm-recursive-install to run. npm verison: 5.6.0 node version: 8.11.1
Thanks for the script! You should update your npm page to include the correct instructions on how to run this https://www.npmjs.com/package/recursive-install