Thanks for the plugin. Worked great while it was running on a single package.json. With more than one package.json it runs npm install on the first folder the number of times a package.json file is found... and the other directories containing a package.json don't get their dependencies installed.
Thanks for the plugin. Worked great while it was running on a single package.json. With more than one package.json it runs
npm install
on the first folder the number of times a package.json file is found... and the other directories containing a package.json don't get their dependencies installed.