Semantic-UI icon indicating copy to clipboard operation
Semantic-UI copied to clipboard

Semantic UI is impossible to install through NPM.

Open s1nistr4 opened this issue 3 years ago • 1 comments

Semantic UI is impossible to install through NPM. I've tried: npm init -y; sudo npm install -g gulp; npm install semantic-ui; The problem isn't necessarily an issue with semantic-ui, the reason for this error is that Gulp is shipping broken on later versions of Node, the package hasn't been updated in 3 years and overall you probably switch to something else or just not use it entirely.

s1nistr4 avatar Sep 13 '22 18:09 s1nistr4

Try the official and actively maintained community fork https://github.com/fomantic/Fomantic-UI which uses gulp 4

lubber-de avatar Sep 14 '22 05:09 lubber-de

This should be resolved with 2.5.0

jlukic avatar Oct 07 '22 16:10 jlukic