-
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
Can't install Semantic UI 2.4.2 #7057
Comments
I tried the same thing with |
Try installing the community fork, #7035 |
Does it have the same updates as Semantic UI? |
Semantic hasn't had an update since 2018, fomantic has a ton of bugfixes and extra features. Their last release is less than a week ago. I haven't had any compatibility issues since switching a few years ago. |
Awesome. |
iirc SUIR is official, but they are not fully compatible with FUI yet. Looks like they're working on a compat layer, though I do not know the status of it. I do not use SUIR. |
This is versioning issue between nodejs and gulp. On my Mac I tried node version v10.24.1 and gulp version 3.9.1 and it works. This should be mentioned in the getting started page. When you install gulp, it will default to the latest release, version 4, which causes the problem. I'm not sure what the version of nodejs we are supposed to use, but try using gulp lower than v4. Other than that, i'm liking the ease of use of this framework a ton. Awesomely simple once you get passed the initial install hump. |
Use the format: [Component] Component Should Do X
i.e. [Checkbox] onChange Should Fire When Update Triggered via DOM
Steps
Installed
npm installl -g gulp
Installed
npm install semantic-ui --save
It threw an error
Expected Result
Semantic UI is installed in my project
Actual Result
Throws an error on install. Should I be loading an older version?


Version
2.4.2
The text was updated successfully, but these errors were encountered: