Open futuremotiondev opened 1 year ago
Try the community fork with npm install fomantic-ui --save
has this been resolved?
reason: require() of ES Module _D:\Dev\Web\Projects\Semantic UI\nodemodules\del\index.js from _D:\Dev\Web\Projects\Semantic UI\nodemodules\semantic-ui\tasks\clean.js not supported.
solution:
// Before
const del = require('del');
// After
import('del').then((del) => {
// Now you can use the 'del' module here
});
change the require of index.js in D:\Dev\Web\Projects\Semantic UI\node_modules\semantic-ui\tasks\clean.js to a dynamic import() which is available in all CommonJS modules.
Try the community fork with
npm install fomantic-ui --save
does that mean this project is abandoned or is it currently fixing a major issue? sorry I'm new to this UI stuff suggesting a fork rather than previous release, raises this concern
Semanti-UI appears to have been abandoned but Fomanti-UI is like an expansion/continuation of Semantic-UI
Steps to Reproduce
Expected Result
Semantic UI should install without issue.
Actual Result
Many errors.
I've tried with node
latest
,LTS
, and even16.20.0
.Version
Semantic UI 2.4 Win10 Pro x64 NPM 20.1.0
Log
The full verbose log is attached.
Screenshot
2023-05-15T12_51_22_380Z-debug-0.log