thekroko / uthgard-herald

Help us build a herald.
GNU General Public License v3.0
13 stars 18 forks source link

add step to install angular/cli #52

Closed rafriki closed 7 years ago

andir commented 7 years ago

angular-cli is already listed as dependency https://github.com/thekroko/uthgard-herald/blob/master/herald/package.json#L38 why is this still required?

rafriki commented 7 years ago

I think it should be installed globally?

andir commented 7 years ago

Why should that be? If I only need that for this project does it make sense to install it globally? What happens if I need two different versions for two projects?

burfo commented 7 years ago

I agree with @andir , a developer isn't required to install it globally just to run this project.

rafriki commented 7 years ago

Okidoki