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

Can't install Semantic UI 2.4.2 #7057

Open
samis-dv opened this issue Jun 30, 2021 · 7 comments
Open

Can't install Semantic UI 2.4.2 #7057

samis-dv opened this issue Jun 30, 2021 · 7 comments

Comments

@samis-dv
Copy link

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?
image
image

Version

2.4.2

@samis-dv
Copy link
Author

I tried the same thing with npm i [email protected] --save but it threw the same exact errors

@GammaGames
Copy link
Contributor

Try installing the community fork, #7035

@samis-dv
Copy link
Author

Does it have the same updates as Semantic UI?
I want a long term solution I don't want to switch the package mid development.

@GammaGames
Copy link
Contributor

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.

@samis-dv
Copy link
Author

Awesome.
What about Semantic UI React is it a official plugin? https://react.semantic-ui.com/

@GammaGames
Copy link
Contributor

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.

@jemesome
Copy link

jemesome commented Oct 28, 2021

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.

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

No branches or pull requests

3 participants