Can't install Semantic UI 2.4.2
See original GitHub issueUse 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
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Getting Started | Semantic UI
The easiest way to install Semantic UI is our NPM package which contains special install scripts to make setup interactive and updates seamless....
Read more >I can't install " npm install semantic-ui-react ... - Stack Overflow
TLDR: semantic-ui-react@2.1.2 is incompatible with React 18. As a workaround, you can downgrade your application to React 17.
Read more >semantic-ui - npm
Keywords · Install · Repository · Homepage · Weekly Downloads · Version · License · Unpacked Size · Total Files.
Read more >Semantic UI Vue
Semantic UI CSS can be installed as a package in your project using NPM. You won't be able to use custom themes with...
Read more >semantic-ui npm install error
0" from @fluentui/react@7.156.0, Cannot install because of over-restrictive peer dependencies, manually put the semantic dependencies in your package.json, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
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.