Thanks for your reply, now, I am getting the best effect by changing the code! I found that it cannot be executed in windows
"sh ./scripts/sass_theme_reader.sh && ./node_modules/.bin/sass --no-source-map --style=compressed ./public/css/style.scss ./public/css/style.min.css"
But I modified it to
start %cd%/scripts/sass_theme_reader.sh & %cd%/node_modules/.bin/sass.cmd --no-source-map --style=compressed ./public/css/style.scss ./public/css/style.min.css
Now, the explorer is doing a great job,
However, I got another difficulty. I couldn't view the block records from 1-104. I modified the block_page and transaction_page of settings.json, but it was always the case. I cannot send my explorer connection because it is not on the public network. The picture cannot be sent because I don't have permission.
If you cannot send a link or screenshot to the problems you are experiencing, can you tell me the name of the altcoin you are trying to sync and send a link to the source and/or wallet binaries? I will see if I can find some time this week to sync the blockchain myself and try to figure out what is wrong with blocks 1-104 and let you know the results.