Open samis-dv opened 3 years ago
I tried the same thing with npm i semantic-ui@2.4.1 --save
but it threw the same exact errors
Try installing the community fork, #7035
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.
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. What about Semantic UI React is it a official plugin? https://react.semantic-ui.com/
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
Installednpm install semantic-ui --save
It threw an errorExpected 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