ling-moe / pisces

一个ts全栈框架
Apache License 2.0
7 stars 1 forks source link

运行问题 #1

Open guowai123 opened 2 months ago

guowai123 commented 2 months ago

你好,请问下我这边拉下来直接成功执行npm i 后, 运行npm run iam:start出现错误 下面是运行记录

npm run iam:start

@pisces/source@0.0.0 iam:start nx run iam:serve --configuration=development

nx run iam:serve:development

ERROR failed to read input source map: failed to parse inline source map url library.js.map

Caused by: relative URL without a base at /Users/runner/.cargo/restry/src/index.crates.io-6f17d22bba15001f/swc-0.272.4/src/lib.rs:385

[Nest] 90369  - 2024/09/06 09:57:45     LOG [NestFactory] Starting Nest application...

[Nest] 90369 - 2024/09/06 09:57:45 LOG [InstanceLoader] AppModuleBackend dependencies initialized +15ms [Nest] 90369 - 2024/09/06 09:57:45 LOG [InstanceLoader] PassportModule dependencies initialized +1ms [Nest] 90369 - 2024/09/06 09:57:45 LOG [InstanceLoader] ConfigHostModule dependencies initialized +22ms [Nest] 90369 - 2024/09/06 09:57:45 LOG [InstanceLoader] RouterModule dependencies initialized +1ms [Nest] 90369 - 2024/09/06 09:57:45 LOG [InstanceLoader] ClsModule dependencies initialized +0ms [Nest] 90369 - 2024/09/06 09:57:45 LOG [InstanceLoader] CoreBackendModule dependencies initialized +0ms [Nest] 90369 - 2024/09/06 09:57:45 LOG [InstanceLoader] ConfigModule dependencies initialized +0ms

Warning: This is a simple server for use in testing or debugging Angular applications locally. It hasn't been reviewed for security issues.

Binding this server to an open connection can result in compromising your application or computer. Using a different host than the one passed to the "--host" flag might result in websocket connection issues. You might need to use "--disable-host-check" if that's the case.

[Nest] 90369 - 2024/09/06 09:57:45 ERROR [ExceptionHandler] connect ECONNREFUSED 127.0.0.1:6379 Error: connect ECONNREFUSED 127.0.0.1:6379 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16)

—————————————————————————————————————————————————————————————————————————————————————————————————————————————

NX Running target serve for project iam failed

Failed tasks:

guowai123 commented 1 month ago

大佬,