Any short hand for installing multiple npm modules from the same package ?
I mean, instead of doing:
npm i @angular/common @angular/compiler @angular/core @angu
lar/forms @angular/http @angular/platform-browser @angular/platform-browser-dynamic @angular/router @angular/router
-deprecated -S
Can I do something like:
npm i @angular/{common, compiler, core, forms, platform-browser, platform-browser-dynamic, router, router-deprecated} -S
I was much close to the solution in my question. I can do this by removing the extra space character from within curly braces like below:
npm i @angular/{common,compiler,core,forms,platform-browser,platform-browser-dynamic,router,router-deprecated} -S
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With