Is there a way to install Gulp globally without access to the network? I have the nuget package installed but don't know how to achieve the same effect of running npm install --global Gulp
with this.
Do I even need to run this? Or adding the nuget to the project alone is suppossed to be enough?
I'm a real beginner, any help or explain will be appreciated
Thanks!