I've got this git repo : https://github.com/mschwarzmueller/angular-2-introduction .
Watching a series of tutorials and I got to the point where I must run gulp, but it gives me an error.
From the beginning I cloned this repo, then I did npm install
being in that folder.
I inspected the package.json
and indeed there are gulp dependencies.
So what should I do?
If I install gulp globally will it behave normally?
Or I must somehow install it locally?
P.S. : I tried this and encountered the error on Windows and Linux machine.