gpt4 book ai didi

node.js - 使用@nguniversal/express-engine 包的 Angular SSR 出现此错误(错误 TS6053 : File '/project/src/server.ngtypecheck.ts' not found. 中的错误)

转载 作者:行者123 更新时间:2023-12-04 02:32:39 27 4
gpt4 key购买 nike

我正在使用@nguniversal/express-engine 以 Angular 进行服务器端渲染。当我运行 $ nmp build:ssr$ npm run dev:ssr 我得到这个错误。

ERROR in error TS6053: File 'C:/dev/web/workspace/project/src/server.ngtypecheck.ts' not found.
error TS6053: File 'C:/dev/web/workspace/project/src/server.ts' not found.
error TS6053: File 'C:/dev/web/workspace/project/src/src/main.server.ngtypecheck.ts' not found.
error TS6053: File 'C:/dev/web/workspace/project/src/src/main.server.ts' not found.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! client@0.0.0 build:ssr: `ng build --prod && ng run client:server:production`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the client@0.0.0 build:ssr script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

最佳答案

有同样的问题,src/src 的加倍是从 tsconfig.server.json 发生的。我在为 Angular 运行 build:ssr 时遇到了这个错误,解决方案如下所述:npm run build:ssr does not work in angular 8很简单。我们需要编辑 src/tsconfig.server.json。

我必须做两个改变;两者都在该解决方案中进行了描述。

导航到 src/tsconfig.server.json

  • src/main.server.ts更改为main.server.ts,
  • server.ts 更改为 ../server.ts

真正支持其他线程的解决方案,

关于node.js - 使用@nguniversal/express-engine 包的 Angular SSR 出现此错误(错误 TS6053 : File '/project/src/server.ngtypecheck.ts' not found. 中的错误),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63264117/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com