我正在 loopback4 官方网站的试用部分:
https://loopback.io/doc/en/lb4/Authentication-Tutorial.html
但是当我尝试执行下一个命令时:
npm run docker:start
我收到以下错误:
loopback4-example-shopping-monorepo@1.1.1 docker:start C:\Users\jmlascasas\Documents\Laboratorio Hanuman\loopback4-example-shopping
> ./bin/start-dbs.sh
'.' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! loopback4-example-shopping-monorepo@1.1.1 docker:start: `./bin/start-dbs.sh`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the loopback4-example-shopping-monorepo@1.1.1 docker: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\jmlascasas\AppData\Roaming\npm-cache\_logs\2019-11-27T10_43_56_262Z-debug.log
我试图改变路线并在谷歌上搜索答案,但没有解决我的问题