Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using gulp-cli with gulp 3 #928

Merged
merged 1 commit into from Feb 26, 2015
Merged

using gulp-cli with gulp 3 #928

merged 1 commit into from Feb 26, 2015

Conversation

ghost
Copy link

@ghost ghost commented Feb 26, 2015

No description provided.

yocontra pushed a commit that referenced this pull request Feb 26, 2015
@yocontra yocontra merged commit 55abbe9 into gulpjs:master Feb 26, 2015
@phated
Copy link
Member

phated commented Feb 26, 2015

ummm, this is going to break everyone's stuff. i am reverting.

@yocontra
Copy link
Member

woops thought this was for the 4.0 branch, my bad

@ghost ghost changed the title install cli globally using gulp-cli with gulp 3 Feb 26, 2015
@ghost
Copy link
Author

ghost commented Feb 26, 2015

Can someone please point out exactly the features that might break when using gulp-cli globally with gulp 3 locally

@phated
Copy link
Member

phated commented Feb 26, 2015

@suyash gulpjs/gulp-cli#7 has all the context

@heikki
Copy link
Contributor

heikki commented Feb 26, 2015

Specific example on how things would have broken: npm/npm#7130 (comment)

@ghost
Copy link
Author

ghost commented Feb 26, 2015

Thanks for clearing that up, but my use case is simple, I have gulp-cli installed globally (and not gulp) and gulp 3.8.11 as a devDependency (and not gulp-cli), and everything seems to work fine. I just want to confirm that the only issue with using gulp this way is the bin conflict that arises if you want to install both gulp and gulp-cli as npm dependencies, but other than that, everything should work, and will work once gulp 4 comes out and I simply upgrade my dependency in package.json

@ghost ghost deleted the patch-1 branch February 26, 2015 19:19
@phated
Copy link
Member

phated commented Feb 26, 2015

@suyash correct, everything works if you do the dance of removing gulp from global then install gulp-cli globally and don't try to install them at the same time. It's not something we want to promote until the blockers are dealt with.

@ghost
Copy link
Author

ghost commented Feb 26, 2015

Got it ! Thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants