Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.09k stars 4.95k forks source link

Issue regarding installing semantic-ui using npm and gulp. #6962

Open shailesh1441 opened 4 years ago

shailesh1441 commented 4 years ago

I am installing semantic-ui latest version 2.4.0 using node.js version 10.19.0 and gulp-cli(installed globally) version 2.2.0. for some point of time everything is working fine till I reached these lines of command in Windows PowerShell: [11:36:24] Starting 'create install files'... Installing Installing to semantic/ Copying UI definitions Copying UI themes Copying gulp tasks Adding theme files Creating gulpfile.js Creating site theme folder C:\Users\shail\OneDrive\Desktop\project\HTML BASICS\semantic sandbox\semantic\src\site\ [11:36:29] Starting 'create theme.config'... Adjusting @siteFolder to: site/ Creating src/theme.config (LESS config) C:\Users\shail\OneDrive\Desktop\project\HTML BASICS\semantic sandbox\semantic\src\theme.config

but after that, it got stuck in creating theme.config files and neither it giving any error message nor it is completing the process. I tried this lot of times but I am unable to get a solution. Please help me out.

lubber-de commented 4 years ago

Which gulp version is installed? You could try, if the community fork https://github.com/fomantic/Fomantic-UI works for you, because that one is already using gulp 4 which solved a lot of similar issues