Errors I get when I am builiding WebUI #851
SyedMuhammadYasir
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Severity Code Description Project File Line Suppression State
Error TS2403 (TS) Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; }'. C:\My Drive\ThinkSimpleSolution\CleanArchitecture\src\WebUI\ClientApp\tsconfig.json C:\My Drive\ThinkSimpleSolution\CleanArchitecture\src\WebUI\ClientApp\node_modules@types\node\globals.d.ts 72 Active
Severity Code Description Project File Line Suppression State
Error TS2307 (TS) Cannot find module '@nguniversal/module-map-ngfactory-loader' or its corresponding type declarations. C:\My Drive\ThinkSimpleSolution\CleanArchitecture\src\WebUI\ClientApp\tsconfig.json C:\My Drive\ThinkSimpleSolution\CleanArchitecture\src\WebUI\ClientApp\src\app\app.server.module.ts 3 Active
Beta Was this translation helpful? Give feedback.
All reactions