-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
gulp4 breaks build (after gulp was tagged latest today, from next) #6705
Comments
Gulp 4.x is not yet supported. Duplicate of #3793 Ensure that you use the latest gulp 3.x |
I think there are dependencies of semantic-ui that now pulls in gulp 4, because it's now tagged as latest, and that breaks the build (gulp-help etc). At least that's what we're experiencing.
|
How are you rebuilding semantic ui? mkdir semantic-ui-test && \
cd semantic-ui-test && \
npm init && \
npm i semantic-ui && \
cd semantic && \
npx gulp build |
That happens if you don't select a value for "We detected you are using NPM Nice! Is this your project folder?" |
Yeah, just noticed, sry. Your sequence seems to work fine, so this may very well be due to conflicts with other stuff. Will investigate. Thanks! |
I noticed the latest version was 2.4.2, not 2.4.1 that I tested with. Upgraded to 2.4.2 and it worked as expected. Thanks! |
Please mention the node, npm, gulp cli/local version that Semantic Ui gets build. Preferably this should be mentioned in Readme file. |
Here's the relevant error (I think):
The text was updated successfully, but these errors were encountered: