Я получаю исключение ниже, как только я запускаю основной проект.
dotnet run
info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[0]
User profile is available. Using 'C:\Users\pc\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
fail: Microsoft.AspNetCore.NodeServices[0]
(node:17308) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
Hosting environment: Development
Content root path: D:\vega
Now listening on: http://localhost:5000
Application started. Press Ctrl+C to shut down.
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
Request starting HTTP/1.1 GET http://localhost:5000/
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
Executing action method vega.Controllers.HomeController.Index (vega) with arguments ((null)) - ModelState is Valid
info: Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ViewResultExecutor[1]
Executing ViewResult, running view at path /Views/Home/Index.cshtml.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
Executed action vega.Controllers.HomeController.Index (vega) in 6024.6747ms
fail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[0]
An unhandled exception has occurred while executing the request
Microsoft.AspNetCore.NodeServices.HostingModels.NodeInvocationException: e.merge is not a function
TypeError: e.merge is not a function
at new t (D:\vega\ClientApp\dist\vendor.js:280:4447)
борюсь с 2 дня безуспешно.Все это произошло после некоторого обновления веб-пакета и зависимостей в рамках проекта.все работало нормально.
ниже указана версия моих пакетов;
Angular CLI: 6.0.1
Node: 8.11.1
OS: win32 x64
Angular: 6.0.1
... animations, cli, common, compiler, compiler-cli, core, forms
... http, platform-browser, platform-browser-dynamic
... platform-server, router
Package Version
------------------------------------------------------
@angular-devkit/architect 0.6.1
@angular-devkit/core 0.6.1
@angular-devkit/schematics 0.6.1
@ngtools/webpack 6.0.0
@schematics/angular 0.6.1
@schematics/update 0.6.1
rxjs 5.5.2
typescript 2.8.3
webpack 4.8.3