ngx-rocket / generator-ngx-rocket

:rocket: Extensible Angular 14+ enterprise-grade project generator
https://ngx-rocket.github.io/
MIT License
1.53k stars 217 forks source link

Add package install in root/client/server folders in full-stack mode #468

Closed sinedied closed 5 years ago

sinedied commented 5 years ago

Currently in full-stack mode, package install in only run in root path, regardless of the presence of a package.json file.

With this PR, it is run in root, client and server path only if a package.json file is present there.

Note that this PR is dependent of this upstream PR: https://github.com/yeoman/generator/pull/1108