npm Err!可以在以下位置找到此运行的完整日志:(未提供目录)

时间:2018-10-22 13:22:38

标签: angular npm angular6

因此,我试图构建一个我从github上抢下来的项目,但是我在下载时立即遇到了构建该项目的问题。 我按照他的指示写了一个T,但是我收到这些错误,指出应该读更多的书来确定错误的原因,但是它们指定的位置是空白。我在哪里可以找到这些日志?

  at Solution.CrossCutting.AspNetCore.Middlewares.ExceptionMiddleware.InvokeAsync(HttpContext context) in C:\Users\jle01\Desktop\DotNetArchitecture-master\source\CrossCutting\AspNetCore\Middlewares\ExceptionMiddleware.cs:line 31
   at Solution.CrossCutting.AspNetCore.Middlewares.ExceptionMiddleware.InvokeAsync(HttpContext context) in C:\Users\jle01\Desktop\DotNetArchitecture-master\source\CrossCutting\AspNetCore\Middlewares\ExceptionMiddleware.cs:line 41
   at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
---> (Inner Exception #0) System.AggregateException: One or more errors occurred. (The NPM script 'serve' exited without indicating that the Angular CLI was listening for requests. The error output was: Lint errors found in the listed files.

npm ERR! code ELIFECYCLE

npm ERR! errno 1
npm ERR! frontend@1.0.0 serve: `ng lint && ng serve "--port" "65275"`

npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the frontend@1.0.0 serve 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:

) ---> System.InvalidOperationException: The NPM script 'serve' exited without indicating that the Angular CLI was listening for requests. The error output was: Lint errors found in the listed files.

npm ERR! code ELIFECYCLE

npm ERR! errno 1
npm ERR! frontend@1.0.0 serve: `ng lint && ng serve "--port" "65275"`

npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the frontend@1.0.0 serve 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:

0 个答案:

没有答案