generator-fountain-angular1 icon indicating copy to clipboard operation
generator-fountain-angular1 copied to clipboard

gulp-hub

Open rajansiingh opened this issue 8 years ago • 6 comments

"gulp-hub" is not working in windows, due to which error is coming "gulp registry is not a function" !! Please help !!

rajansiingh avatar Sep 15 '16 10:09 rajansiingh

It doesn't work when you install gulp-hub directly, but it does work with this version:

"gulp-hub": "frankwallis/gulp-hub#d461b9c700df9010d0a8694e4af1fb96d9f38bf4"

I have no idea why, but it fixed the problem for me.

latviancoder avatar Sep 30 '16 13:09 latviancoder

I tried this thing as well but it didn't helped me.

rajansiingh avatar Oct 06 '16 09:10 rajansiingh

It seems that it is still not working even though I have "gitHead": "d461b9c700df9010d0a8694e4af1fb96d9f38bf4", on Windows 10

mohitt avatar Oct 16 '16 06:10 mohitt

Solved it add this to both dev deps and deps, I guess the fix is to come in the next version. "gulp": "github:gulpjs/gulp#4.0", "gulp-hub": "github:frankwallis/gulp-hub#4.0",

baywet avatar Oct 27 '16 15:10 baywet

Using gulp 4 deps on branches caused us troubles in the pass because every day devs on gulp 4 branch can break our generators. That's why we opt-in for explicit commits. The commit currently chosen has problem in Win10? If yes, we can consider updating it to another but not directly on the branch.

Swiip avatar Nov 05 '16 09:11 Swiip

These two dependencies are making it seemingly impossible for me to scaffold Fountain on my corporate network. Is there no way to update my global (or even just my local) for these two without npm i needing to go to github to download them?

nekoyoubi avatar Nov 17 '16 20:11 nekoyoubi