tscpp / node-dependencies

Tree view of all node dependencies in workspace
Other
0 stars 0 forks source link

Install multiple packages in the same command #33

Closed tscpp closed 4 years ago

tscpp commented 4 years ago

Install multiple packages in the same command instead of running the install command for each package.

tscpp commented 4 years ago

Conflicts with #15

tscpp commented 4 years ago

On the other hand, installing all the packages in the same command will result in all installations failing if one does.

tscpp commented 4 years ago

Also, the tree will not update until all of the packages are installed.