Hi,
I downloaded development build of AspNetZero (Angular with .Net Core). It is failing to restore packages.
Command line:
D:\PrimePenguin\PrimePenguin.Service\src\Cynet.PrimePenguin.Core.Shared (master -> origin)
λ dotnet restore
C:\Program Files\dotnet\sdk\2.1.4\NuGet.targets(793,5): warning MSB3202: The project file "D:\aspnetboilerplate\src\Abp\
Abp.csproj" was not found. [D:\PrimePenguin\PrimePenguin.Service\src\Cynet.PrimePenguin.Core.Shared\Cynet.PrimePenguin.C
ore.Shared.csproj]
C:\Program Files\dotnet\sdk\2.1.4\NuGet.targets(793,5): warning MSB3202: The project file "D:\aspnetboilerplate\src\Abp.
Zero.Common\Abp.Zero.Common.csproj" was not found. [D:\PrimePenguin\PrimePenguin.Service\src\Cynet.PrimePenguin.Core.Sha
red\Cynet.PrimePenguin.Core.Shared.csproj]
C:\Program Files\dotnet\sdk\2.1.4\NuGet.targets(793,5): warning MSB3202: The project file "D:\aspnetboilerplate\src\Abp.
ZeroCore\Abp.ZeroCore.csproj" was not found. [D:\PrimePenguin\PrimePenguin.Service\src\Cynet.PrimePenguin.Core.Shared\Cy
net.PrimePenguin.Core.Shared.csproj]
Restore completed in 10.66 ms for D:\PrimePenguin\PrimePenguin.Service\src\Cynet.PrimePenguin.Core.Shared\Cynet.PrimeP
enguin.Core.Shared.csproj.
1 Build Error:
Validation\ValidationHelper.cs(2,7): error CS0246: The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) [D:\PrimePenguin\PrimePenguin.Service\src\Cynet.PrimePenguin.Core.Shared\Cynet.PrimePenguin.Core.Shared.csproj]
Build FAILED.
Hi,
Is there any tentative date for solution upgrade to .NET Core 2.1.x and integration of SignalR in the solution? :)
Also, if possible can you share a link roadmap/release dates?
Hi,
I have added Swedish language as:
new ApplicationLanguage(tenantId, "se", "Svenska", "famfamfam-flags se")
{translationfile}-se.xml:
<?xml version="1.0" encoding="utf-8" ?>
<localizationDictionary culture="se">
<texts>
<text name="HomePage" value="Startseite" />
....More translations
</texts>
</localizationDictionary>
On the frontend, I can see the new language and the flag but on selecting the new language, instead of the Swedish language translations, I see English translations.
Hi,
I got the latest version of AspNetZero Core template and tried to run in VS 2017. If I run the app using CTRL+F5, it works fine. But when I try to run the app in debug mode, the app crashes instantly and I get the following message in <ins>Output</ins> window.
'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.0.4\System.Reflection.Emit.Lightweight.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'dotnet.exe' (CoreCLR: clrhost): Loaded 'Anonymously Hosted DynamicMethods Assembly'.
'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.0.4\System.Reflection.Emit.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'dotnet.exe' (CoreCLR: clrhost): Loaded 'DynamicProxyGenAssembly2'.
'dotnet.exe' (CoreCLR: clrhost): Loaded 'DynamicProxyGenAssembly2'.
'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.0.4\System.IO.Compression.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Application Insights Telemetry (unconfigured): {"name":"Microsoft.ApplicationInsights.Dev.RemoteDependency","time":"2018-01-09T12:11:54.4161117Z","tags":{"ai.operation.parentId":"|10cada12-40606802f4d1cd28.","ai.internal.sdkVersion":"rdddsc:2.4.1-1362","ai.operation.id":"10cada12-40606802f4d1cd28","ai.operation.name":"POST /LicenseManagement/CheckLicense","ai.application.ver":"5.0.0.0"},"data":{"baseType":"RemoteDependencyData","baseData":{"ver":2,"name":"POST /LicenseManagement/CheckLicense","id":"|10cada12-40606802f4d1cd28.1.","data":"https://www.aspnetzero.com/LicenseManagement/CheckLicense","duration":"00:00:00","resultCode":"200","success":true,"type":"Http","target":"www.aspnetzero.com","properties":{"AspNetCoreEnvironment":"Development","DeveloperMode":"true"}}}}
'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.0.4\System.Diagnostics.Tools.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Application Insights Telemetry (unconfigured): {"name":"Microsoft.ApplicationInsights.Dev.Message","time":"2018-01-09T12:11:54.4470452Z","tags":{"ai.internal.sdkVersion":"dotnet:2.4.0-32153","ai.application.ver":"5.0.0.0","ai.operation.syntheticSource":"SDKTelemetry"},"data":{"baseType":"MessageData","baseData":{"ver":2,"message":"AI (Internal): Operation to stop does not match the current operation.","properties":{"AspNetCoreEnvironment":"Development","DeveloperMode":"true"}}}}
Application Insights Telemetry (unconfigured): {"name":"Microsoft.ApplicationInsights.Dev.RemoteDependency","time":"2018-01-09T12:11:53.2071668Z","tags":{"ai.operation.parentId":"|10cada12-40606802f4d1cd28.","ai.internal.sdkVersion":"rdddsc:2.4.1-1362","ai.operation.id":"10cada12-40606802f4d1cd28","ai.operation.name":"POST /LicenseManagement/CheckLicense","ai.application.ver":"5.0.0.0"},"data":{"baseType":"RemoteDependencyData","baseData":{"ver":2,"name":"POST /LicenseManagement/CheckLicense","id":"|10cada12-40606802f4d1cd28.1.","data":"https://www.aspnetzero.com/LicenseManagement/CheckLicense","duration":"00:00:01.2560444","resultCode":"200","success":true,"type":"Http","target":"www.aspnetzero.com","properties":{"AspNetCoreEnvironment":"Development","DeveloperMode":"true"}}}}
'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.0.4\System.Diagnostics.StackTrace.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.0.4\System.Reflection.Metadata.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
The program '[18112] dotnet.exe: Program Trace' has exited with code 0 (0x0).
The program '[18112] dotnet.exe' has exited with code -42 (0xffffffd6).
The program '[18060] chrome.exe: WebKit' has exited with code -1 (0xffffffff).
Note: Removed unnecessary lines from output
Hi,
--Updated-- I wanted to check whether the notifications system in AspNetZero .Net Core solution with Angular is real time? Does the AspNetZero uses SignalR? :) --Updated-- Realtime notifications are not woring in AspNetZero .Net Core solution(5.0.6)
When I click on login on Angular App, I get a blank screen with following message:
The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used.
Log:
INFO 2017-12-26 11:12:31,346 [8 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 OPTIONS <a class="postlink" href="http://primepenguinservice.azurewebsites.net/AbpUserConfiguration/GetAll">http://primepenguinservice.azurewebsite ... ion/GetAll</a>
INFO 2017-12-26 11:12:31,389 [3 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 OPTIONS <a class="postlink" href="http://primepenguinservice.azurewebsites.net/AbpUserConfiguration/GetAll">http://primepenguinservice.azurewebsite ... ion/GetAll</a>
INFO 2017-12-26 11:12:31,444 [8 ] pNetCore.Cors.Infrastructure.CorsService - Policy execution successful. INFO 2017-12-26 11:12:31,445 [3 ] pNetCore.Cors.Infrastructure.CorsService - Policy execution successful. INFO 2017-12-26 11:12:31,577 [3 ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 188.4834ms 204 INFO 2017-12-26 11:12:31,558 [8 ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 233.4529ms 204 INFO 2017-12-26 11:12:31,884 [3 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET <a class="postlink" href="http://primepenguinservice.azurewebsites.net/AbpUserConfiguration/GetAll">http://primepenguinservice.azurewebsite ... ion/GetAll</a> application/json INFO 2017-12-26 11:12:31,886 [3 ] pNetCore.Cors.Infrastructure.CorsService - Policy execution successful. INFO 2017-12-26 11:12:32,138 [3 ] uthentication.JwtBearer.JwtBearerHandler - Bearer was not authenticated. Failure message: No SecurityTokenValidator available for token: null INFO 2017-12-26 11:12:33,738 [3 ] pNetCore.Cors.Infrastructure.CorsService - Policy execution successful. INFO 2017-12-26 11:12:33,872 [3 ] ore.Mvc.Internal.ControllerActionInvoker - Executing action method Abp.AspNetCore.Mvc.Controllers.AbpUserConfigurationController.GetAll (Abp.AspNetCore) with arguments ((null)) - ModelState is Valid INFO 2017-12-26 11:12:36,559 [3 ] matters.Json.Internal.JsonResultExecutor - Executing JsonResult, writing value Abp.Web.Models.AjaxResponse. INFO 2017-12-26 11:12:37,010 [3 ] ore.Mvc.Internal.ControllerActionInvoker - Executed action Abp.AspNetCore.Mvc.Controllers.AbpUserConfigurationController.GetAll (Abp.AspNetCore) in 3297.4741ms INFO 2017-12-26 11:12:37,026 [3 ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 5141.863ms 200 application/json; charset=utf-8 I
Browser Network Tab: Request URL:http://primepenguin.azurewebsites.net/account/login Request Method:POST Status Code:405 Method Not Allowed
Note: I can still get the access token when I make the request through POSTMAN
Hi,
I have enabled Google authentication by updating appsettings.json in Host project as follows:
"Google": {
"IsEnabled": "True",
"ClientId": "--MY Client Id----",
"ClientSecret": "--MY Client Password----"
},
But on frontend, I can't see any external login provider button. On checking in console, I see that this.loginService.externalLoginProviders in login.component.ts is
[]
Hi,
In my scenario, I don't want to show default popup box showing Exception message. I have written my code in error handler to show error in a different way. How can I disable default error box in one specific scenario?
I'm using AspNetZero 5.0.2 Logs:
INFO 2017-11-28 15:29:40,955 [3 ] ore.Mvc.Internal.ControllerActionInvoker - Executing action method Cynet.PrimePenguin.Configuration.Tenants.TenantSettingsAppService.SendTestEmail (Cynet.PrimePenguin.Application) with arguments (Cynet.PrimePenguin.Configuration.Host.Dto.SendTestEmailInput) - ModelState is Valid
ERROR 2017-11-28 15:30:28,430 [3 ] Mvc.ExceptionHandling.AbpExceptionFilter - Unknown initialization parameter: MimeKit.ParserOptions
System.ArgumentException: Unknown initialization parameter: MimeKit.ParserOptions
at MimeKit.MimeMessage..ctor(Object[] args)
at Abp.MailKit.EmailExtensions.ToMimeMessage(MailMessage mail) in D:\Github\aspnetboilerplate\src\Abp.MailKit\EmailExtensions.cs:line 34
at Abp.MailKit.MailKitEmailSender.<SendEmailAsync>d__4.MoveNext() in D:\Github\aspnetboilerplate\src\Abp.MailKit\MailKitEmailSender.cs:line 46
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Abp.Net.Mail.EmailSenderBase.<SendAsync>d__8.MoveNext() in D:\Github\aspnetboilerplate\src\Abp\Net\Mail\EmailSenderBase.cs:line 63
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Abp.Net.Mail.EmailSenderBase.<SendAsync>d__4.MoveNext() in D:\Github\aspnetboilerplate\src\Abp\Net\Mail\EmailSenderBase.cs:line 26
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Cynet.PrimePenguin.Configuration.SettingsAppServiceBase.<SendTestEmail>d__2.MoveNext() in C:\AK\PrimePenguin\PrimePenguin.Service\src\Cynet.PrimePenguin.Application\Configuration\SettingsAppServiceBase.cs:line 21
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeActionMethodAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeNextActionFilterAsync>d__10.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context)
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeInnerFilterAsync>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeNextExceptionFilterAsync>d__23.MoveNext()
INFO 2017-11-28 15:30:28,447 [3 ] etCore.Mvc.Internal.ObjectResultExecutor - Executing ObjectResult, writing value Microsoft.AspNetCore.Mvc.ControllerContext.
INFO 2017-11-28 15:30:28,451 [3 ] ore.Mvc.Internal.ControllerActionInvoker - Executed action Cynet.PrimePenguin.Configuration.Tenants.TenantSettingsAppService.SendTestEmail (Cynet.PrimePenguin.Application) in 47510.2677ms
INFO 2017-11-28 15:30:28,454 [3 ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 47530.2369ms 500 application/json; charset=utf-8
After upgrading to AspNetZero v5.0.1, Azure CI is failing for Angular app. I am able to build the solution successfully on my dev machine but the build fails on Azure Hosted Linux.
The build is successful in Hosted VS2017 but it takes 10 minutes to build whereas earlier using Hosted Linux, it only took 4 minutes to build. Can you please do something on this?
Here are the build logs on Hosted Linux:
2017-11-27T03:24:47.3233160Z ##[section]Starting: Yarn Build
2017-11-27T03:24:47.3291270Z ==============================================================================
2017-11-27T03:24:47.3305210Z Task : Command Line
2017-11-27T03:24:47.3319800Z Description : Run a command line with arguments
2017-11-27T03:24:47.3333960Z Version : 1.1.3
2017-11-27T03:24:47.3348210Z Author : Microsoft Corporation
2017-11-27T03:24:47.3367670Z Help : [More Information](https://go.microsoft.com/fwlink/?LinkID=613735)
2017-11-27T03:24:47.3381620Z ==============================================================================
2017-11-27T03:24:47.6241110Z [command]/opt/vsts/work/_tool/yarn/1.3.2/x64/yarn-v1.3.2/bin/yarn build
2017-11-27T03:24:48.2473380Z yarn run v1.3.2
2017-11-27T03:24:48.3438480Z $ ng build --prod --no-aot
---------------------REMOVED UNNECESSORY LINES------------------------
2017-11-27T03:27:11.0117360Z [0m[0m
2017-11-27T03:27:11.0142280Z [0m[1m[31mERROR in multi ./node_modules/tether/dist/css/tether.css ./node_modules/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css ./node_modules/prismjs/themes/prism.css ./node_modules/bootstrap-timepicker/css/bootstrap-timepicker.min.css ./node_modules/bootstrap-daterangepicker/daterangepicker.css ./node_modules/bootstrap-touchspin/dist/jquery.bootstrap-touchspin.css ./node_modules/bootstrap-switch/dist/css/bootstrap3/bootstrap-switch.css ./node_modules/bootstrap-select/dist/css/bootstrap-select.css ./node_modules/select2/dist/css/select2.css ./node_modules/rangeslider.js/dist/rangeslider.css ./node_modules/ion-rangeSlider/css/ion.rangeSlider.css ./node_modules/ion-rangeSlider/css/ion.rangeSlider.skinFlat.css ./node_modules/dropzone/dist/dropzone.css ./node_modules/summernote/dist/summernote.css ./node_modules/bootstrap-markdown/css/bootstrap-markdown.min.css ./node_modules/animate.css/animate.min.css ./node_modules/toastr/build/toastr.css ./node_modules/jstree/dist/themes/default/style.css ./node_modules/morris.js/morris.css ./node_modules/chartist/dist/chartist.css ./node_modules/socicon/css/socicon.css ./node_modules/font-awesome/css/font-awesome.css ./node_modules/quill/dist/quill.core.css ./node_modules/quill/dist/quill.snow.css ./node_modules/famfamfam-flags/dist/sprite/famfamfam-flags.css ./node_modules/primeng/resources/primeng.min.css ./node_modules/primeng/resources/themes/bootstrap/theme.css ./node_modules/bootstrap4-datetimepicker/build/css/bootstrap-datetimepicker.min.css ./src/assets/metronic/src/vendors/line-awesome/css/line-awesome.css ./src/assets/metronic/src/vendors/flaticon/css/flaticon.css ./src/assets/metronic/src/vendors/metronic/css/styles.css ./src/assets/metronic/dist/html/default/assets/demo/default/base/style.bundle.css ./src/assets/metronic/4x/datatables/datatables.min.css ./src/assets/metronic/4x/datatables/plugins/bootstrap/datatables.bootstrap.css ./src/assets/metronic/4x/css/invoice.css ./src/assets/Jcrop/css/Jcrop.css ./src/assets/primeng/datatable/css/primeng.datatable.css ./src/assets/primeng/file-upload/css/primeng.file-upload.css ./src/assets/primeng/autocomplete/css/primeng.autocomplete.css ./src/assets/common/styles/metronic-customize.less ./src/assets/common/styles/metronic-customize-angular.less ./src/assets/metronic/4x/css/pricing.min.css ./src/app/shared/core.less ./src/app/shared/layout/layout.less ./src/assets/fonts/fonts-poppins.css ./src/assets/fonts/fonts-roboto.css ./src/styles.css[39m[22m[0m
2017-11-27T03:27:11.0164420Z [0m[1m[31mModule not found: Error: Can't resolve '/opt/vsts/work/1/s/node_modules/ion-rangeSlider/css/ion.rangeSlider.css' in '/opt/vsts/work/1/s/node_modules/@angular/cli/models/webpack-configs'[39m[22m[0m
2017-11-27T03:27:11.0178290Z [0m[1m[31mresolve '/opt/vsts/work/1/s/node_modules/ion-rangeSlider/css/ion.rangeSlider.css' in '/opt/vsts/work/1/s/node_modules/@angular/cli/models/webpack-configs'[39m[22m[0m
2017-11-27T03:27:11.0191940Z [0m[1m[31m using description file: /opt/vsts/work/1/s/node_modules/@angular/cli/package.json (relative path: ./models/webpack-configs)[39m[22m[0m
2017-11-27T03:27:11.0204990Z [0m[1m[31m Field 'browser' doesn't contain a valid alias configuration[39m[22m[0m
2017-11-27T03:27:11.0225050Z [0m[1m[31m after using description file: /opt/vsts/work/1/s/node_modules/@angular/cli/package.json (relative path: ./models/webpack-configs)[39m[22m[0m
2017-11-27T03:27:11.0243930Z [0m[1m[31m using description file: /opt/vsts/work/1/s/package.json (relative path: ./node_modules/ion-rangeSlider/css/ion.rangeSlider.css)[39m[22m[0m
2017-11-27T03:27:11.0258890Z [0m[1m[31m no extension[39m[22m[0m
2017-11-27T03:27:11.0272480Z [0m[1m[31m Field 'browser' doesn't contain a valid alias configuration[39m[22m[0m
2017-11-27T03:27:11.0285920Z [0m[1m[31m /opt/vsts/work/1/s/node_modules/ion-rangeSlider/css/ion.rangeSlider.css doesn't exist[39m[22m[0m
2017-11-27T03:27:11.0300690Z [0m[1m[31m .ts[39m[22m[0m
2017-11-27T03:27:11.0314890Z [0m[1m[31m Field 'browser' doesn't contain a valid alias configuration[39m[22m[0m
2017-11-27T03:27:11.0334230Z [0m[1m[31m /opt/vsts/work/1/s/node_modules/ion-rangeSlider/css/ion.rangeSlider.css.ts doesn't exist[39m[22m[0m
2017-11-27T03:27:11.0347930Z [0m[1m[31m .js[39m[22m[0m
2017-11-27T03:27:11.0360940Z [0m[1m[31m Field 'browser' doesn't contain a valid alias configuration[39m[22m[0m
2017-11-27T03:27:11.0376320Z [0m[1m[31m /opt/vsts/work/1/s/node_modules/ion-rangeSlider/css/ion.rangeSlider.css.js doesn't exist[39m[22m[0m
2017-11-27T03:27:11.0390650Z [0m[1m[31m as directory[39m[22m[0m
2017-11-27T03:27:11.0404730Z [0m[1m[31m /opt/vsts/work/1/s/node_modules/ion-rangeSlider/css/ion.rangeSlider.css doesn't exist[39m[22m[0m
2017-11-27T03:27:11.0419130Z [0m[1m[31m[/opt/vsts/work/1/s/node_modules/ion-rangeSlider/css/ion.rangeSlider.css][39m[22m[0m
2017-11-27T03:27:11.0439580Z [0m[1m[31m[/opt/vsts/work/1/s/node_modules/ion-rangeSlider/css/ion.rangeSlider.css.ts][39m[22m[0m
2017-11-27T03:27:11.0454540Z [0m[1m[31m[/opt/vsts/work/1/s/node_modules/ion-rangeSlider/css/ion.rangeSlider.css.js][39m[22m[0m
2017-11-27T03:27:11.0468750Z [0m[1m[31m[/opt/vsts/work/1/s/node_modules/ion-rangeSlider/css/ion.rangeSlider.css][39m[22m[0m
2017-11-27T03:27:11.0492560Z [0m[1m[31m @ multi ./node_modules/tether/dist/css/tether.css ./node_modules/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css ./node_modules/prismjs/themes/prism.css ./node_modules/bootstrap-timepicker/css/bootstrap-timepicker.min.css ./node_modules/bootstrap-daterangepicker/daterangepicker.css ./node_modules/bootstrap-touchspin/dist/jquery.bootstrap-touchspin.css ./node_modules/bootstrap-switch/dist/css/bootstrap3/bootstrap-switch.css ./node_modules/bootstrap-select/dist/css/bootstrap-select.css ./node_modules/select2/dist/css/select2.css ./node_modules/rangeslider.js/dist/rangeslider.css ./node_modules/ion-rangeSlider/css/ion.rangeSlider.css ./node_modules/ion-rangeSlider/css/ion.rangeSlider.skinFlat.css ./node_modules/dropzone/dist/dropzone.css ./node_modules/summernote/dist/summernote.css ./node_modules/bootstrap-markdown/css/bootstrap-markdown.min.css ./node_modules/animate.css/animate.min.css ./node_modules/toastr/build/toastr.css ./node_modules/jstree/dist/themes/default/style.css ./node_modules/morris.js/morris.css ./node_modules/chartist/dist/chartist.css ./node_modules/socicon/css/socicon.css ./node_modules/font-awesome/css/font-awesome.css ./node_modules/quill/dist/quill.core.css ./node_modules/quill/dist/quill.snow.css ./node_modules/famfamfam-flags/dist/sprite/famfamfam-flags.css ./node_modules/primeng/resources/primeng.min.css ./node_modules/primeng/resources/themes/bootstrap/theme.css ./node_modules/bootstrap4-datetimepicker/build/css/bootstrap-datetimepicker.min.css ./src/assets/metronic/src/vendors/line-awesome/css/line-awesome.css ./src/assets/metronic/src/vendors/flaticon/css/flaticon.css ./src/assets/metronic/src/vendors/metronic/css/styles.css ./src/assets/metronic/dist/html/default/assets/demo/default/base/style.bundle.css ./src/assets/metronic/4x/datatables/datatables.min.css ./src/assets/metronic/4x/datatables/plugins/bootstrap/datatables.bootstrap.css ./src/assets/metronic/4x/css/invoice.css ./src/assets/Jcrop/css/Jcrop.css ./src/assets/primeng/datatable/css/primeng.datatable.css ./src/assets/primeng/file-upload/css/primeng.file-upload.css ./src/assets/primeng/autocomplete/css/primeng.autocomplete.css ./src/assets/common/styles/metronic-customize.less ./src/assets/common/styles/metronic-customize-angular.less ./src/assets/metronic/4x/css/pricing.min.css ./src/app/shared/core.less ./src/app/shared/layout/layout.less ./src/assets/fonts/fonts-poppins.css ./src/assets/fonts/fonts-roboto.css ./src/styles.css[39m[22m[0m
2017-11-27T03:27:11.0525850Z [0m[1m[31mERROR in multi ./node_modules/tether/dist/css/tether.css ./node_modules/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css ./node_modules/prismjs/themes/prism.css ./node_modules/bootstrap-timepicker/css/bootstrap-timepicker.min.css ./node_modules/bootstrap-daterangepicker/daterangepicker.css ./node_modules/bootstrap-touchspin/dist/jquery.bootstrap-touchspin.css ./node_modules/bootstrap-switch/dist/css/bootstrap3/bootstrap-switch.css ./node_modules/bootstrap-select/dist/css/bootstrap-select.css ./node_modules/select2/dist/css/select2.css ./node_modules/rangeslider.js/dist/rangeslider.css ./node_modules/ion-rangeSlider/css/ion.rangeSlider.css ./node_modules/ion-rangeSlider/css/ion.rangeSlider.skinFlat.css ./node_modules/dropzone/dist/dropzone.css ./node_modules/summernote/dist/summernote.css ./node_modules/bootstrap-markdown/css/bootstrap-markdown.min.css ./node_modules/animate.css/animate.min.css ./node_modules/toastr/build/toastr.css ./node_modules/jstree/dist/themes/default/style.css ./node_modules/morris.js/morris.css ./node_modules/chartist/dist/chartist.css ./node_modules/socicon/css/socicon.css ./node_modules/font-awesome/css/font-awesome.css ./node_modules/quill/dist/quill.core.css ./node_modules/quill/dist/quill.snow.css ./node_modules/famfamfam-flags/dist/sprite/famfamfam-flags.css ./node_modules/primeng/resources/primeng.min.css ./node_modules/primeng/resources/themes/bootstrap/theme.css ./node_modules/bootstrap4-datetimepicker/build/css/bootstrap-datetimepicker.min.css ./src/assets/metronic/src/vendors/line-awesome/css/line-awesome.css ./src/assets/metronic/src/vendors/flaticon/css/flaticon.css ./src/assets/metronic/src/vendors/metronic/css/styles.css ./src/assets/metronic/dist/html/default/assets/demo/default/base/style.bundle.css ./src/assets/metronic/4x/datatables/datatables.min.css ./src/assets/metronic/4x/datatables/plugins/bootstrap/datatables.bootstrap.css ./src/assets/metronic/4x/css/invoice.css ./src/assets/Jcrop/css/Jcrop.css ./src/assets/primeng/datatable/css/primeng.datatable.css ./src/assets/primeng/file-upload/css/primeng.file-upload.css ./src/assets/primeng/autocomplete/css/primeng.autocomplete.css ./src/assets/common/styles/metronic-customize.less ./src/assets/common/styles/metronic-customize-angular.less ./src/assets/metronic/4x/css/pricing.min.css ./src/app/shared/core.less ./src/app/shared/layout/layout.less ./src/assets/fonts/fonts-poppins.css ./src/assets/fonts/fonts-roboto.css ./src/styles.css[39m[22m[0m
2017-11-27T03:27:11.0548460Z [0m[1m[31mModule not found: Error: Can't resolve '/opt/vsts/work/1/s/node_modules/ion-rangeSlider/css/ion.rangeSlider.skinFlat.css' in '/opt/vsts/work/1/s/node_modules/@angular/cli/models/webpack-configs'[39m[22m[0m
2017-11-27T03:27:11.0562220Z [0m[1m[31mresolve '/opt/vsts/work/1/s/node_modules/ion-rangeSlider/css/ion.rangeSlider.skinFlat.css' in '/opt/vsts/work/1/s/node_modules/@angular/cli/models/webpack-configs'[39m[22m[0m
2017-11-27T03:27:11.0577880Z [0m[1m[31m using description file: /opt/vsts/work/1/s/node_modules/@angular/cli/package.json (relative path: ./models/webpack-configs)[39m[22m[0m
2017-11-27T03:27:11.0595070Z [0m[1m[31m Field 'browser' doesn't contain a valid alias configuration[39m[22m[0m
2017-11-27T03:27:11.0615450Z [0m[1m[31m after using description file: /opt/vsts/work/1/s/node_modules/@angular/cli/package.json (relative path: ./models/webpack-configs)[39m[22m[0m
2017-11-27T03:27:11.0644750Z [0m[1m[31m using description file: /opt/vsts/work/1/s/package.json (relative path: ./node_modules/ion-rangeSlider/css/ion.rangeSlider.skinFlat.css)[39m[22m[0m
2017-11-27T03:27:11.0669600Z [0m[1m[31m no extension[39m[22m[0m
2017-11-27T03:27:11.0694840Z [0m[1m[31m Field 'browser' doesn't contain a valid alias configuration[39m[22m[0m
2017-11-27T03:27:11.0718850Z [0m[1m[31m /opt/vsts/work/1/s/node_modules/ion-rangeSlider/css/ion.rangeSlider.skinFlat.css doesn't exist[39m[22m[0m
2017-11-27T03:27:11.0742200Z [0m[1m[31m .ts[39m[22m[0m
2017-11-27T03:27:11.0761720Z [0m[1m[31m Field 'browser' doesn't contain a valid alias configuration[39m[22m[0m
2017-11-27T03:27:11.0778740Z [0m[1m[31m /opt/vsts/work/1/s/node_modules/ion-rangeSlider/css/ion.rangeSlider.skinFlat.css.ts doesn't exist[39m[22m[0m
2017-11-27T03:27:11.0792520Z [0m[1m[31m .js[39m[22m[0m
2017-11-27T03:27:11.0806640Z [0m[1m[31m Field 'browser' doesn't contain a valid alias configuration[39m[22m[0m
2017-11-27T03:27:11.0820170Z [0m[1m[31m /opt/vsts/work/1/s/node_modules/ion-rangeSlider/css/ion.rangeSlider.skinFlat.css.js doesn't exist[39m[22m[0m
2017-11-27T03:27:11.0834800Z [0m[1m[31m as directory[39m[22m[0m
2017-11-27T03:27:11.0848930Z [0m[1m[31m /opt/vsts/work/1/s/node_modules/ion-rangeSlider/css/ion.rangeSlider.skinFlat.css doesn't exist[39m[22m[0m
2017-11-27T03:27:11.0868090Z [0m[1m[31m[/opt/vsts/work/1/s/node_modules/ion-rangeSlider/css/ion.rangeSlider.skinFlat.css][39m[22m[0m
2017-11-27T03:27:11.0900780Z [0m[1m[31m[/opt/vsts/work/1/s/node_modules/ion-rangeSlider/css/ion.rangeSlider.skinFlat.css.ts][39m[22m[0m
2017-11-27T03:27:11.0914760Z [0m[1m[31m[/opt/vsts/work/1/s/node_modules/ion-rangeSlider/css/ion.rangeSlider.skinFlat.css.js][39m[22m[0m
2017-11-27T03:27:11.0929800Z [0m[1m[31m[/opt/vsts/work/1/s/node_modules/ion-rangeSlider/css/ion.rangeSlider.skinFlat.css][39m[22m[0m
2017-11-27T03:27:11.0978030Z error Command failed with exit code 1.
2017-11-27T03:27:11.0991540Z info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
2017-11-27T03:27:11.1105470Z ##[error]/opt/vsts/work/_tool/yarn/1.3.2/x64/yarn-v1.3.2/bin/yarn failed with return code: 1
2017-11-27T03:27:11.1147940Z ##[error]/opt/vsts/work/_tool/yarn/1.3.2/x64/yarn-v1.3.2/bin/yarn failed with error: /opt/vsts/work/_tool/yarn/1.3.2/x64/yarn-v1.3.2/bin/yarn failed with return code: 1
2017-11-27T03:27:11.1201590Z ##[section]Finishing: Yarn Build