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.