delfrrr / npm-consider

Check package dependencies before installing it
Other
463 stars 15 forks source link

Only first package is checked #15

Open jordanbtucker opened 5 years ago

jordanbtucker commented 5 years ago

The following command will install both express and feathers but it will only give information about express.

npm-consider install express @feathersjs/feathers

It would be great if npm-consider could give information either on each package in turn or on all packages together.