hi.dev. I tried to configure eIquidus on windows 10 OS. I installed mongodb 4.4.6 and node 14.17And executed npm install --production and Git2.3.1 (sh may be needed, I don’t know if I really need this program!) and modified the settings .json. Now, I use CMD to execute in the file directory: npm start. Got the following response:
H:\eiquidus-1.99.0>npm start
> explorer@1.99.0 start H:\eiquidus-1.99.0
> npm run sass:compile && node --stack-size=10000 ./bin/cluster
> explorer@1.99.0 sass:compile H:\eiquidus-1.99.0
> sh ./scripts/sass_theme_reader.sh && ./node_modules/.bin/sass --no-source-map --style=compressed ./public/css/style.scss ./public/css/style.min.css
'.' [color=red]Not an internal or external command, nor an executable program Or batch file.[/color]
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! explorer@1.99.0 sass:compile: `sh ./scripts/sass_theme_reader.sh && ./node_modules/.bin/sass --no-source-map --style=compressed ./public/css/style.scss ./public/css/style.min.css`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the explorer@1.99.0 sass:compile script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\aa\AppData\Roaming\npm-cache\_logs\2021-05-22T02_53_04_672Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! explorer@1.99.0 start: `npm run sass:compile && node --stack-size=10000 ./bin/cluster`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the explorer@1.99.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\aa\AppData\Roaming\npm-cache\_logs\2021-05-22T02_53_04_719Z-debug.log
Red indicates an error. Do I need to download any other programs?
Any response is appreciated.
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.