You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
After update Angular to Version 6, I couldn't use dotnet cli command with "hot module reloading" feature. If I use visual studio 2017, the app can correctly launch and the webpage will reload if I edit contents. However, if I use dotnet cli, the npm build step stuck and the webpage will not reload when editing.
after npm install packages, issue command dotnet watch run in a console.
The console output is as follows,
PS C:\SolutionDir\OrderManager> dotnet watch run
watch : Started
Using launch settings from C:\SolutionDir\OrderManager\Properties\launchSettings.json...
Hosting environment: Development
Content root path: C:\SolutionDir\OrderManager
Now listening on: http://localhost:63056
Application started. Press Ctrl+C to shut down.
npm 1111111111111111111111111111111111111111111111111111111111111113% building modules 27/42 modules 15 active …lar\node_modules\html-entities\index.j
111111111111111111111111111111111111111111111111111111111111111117% building modules 63/71 modules 8 active …\node_modules\webpack\buildin\module.j
111111111111111111111111111111111111111111111111122222222222222221% building modules 97/102 modules 5 active …ode_modules\core-js\modules\_iobject.
22222222222222222222222222222222222222222222222222222222222222225% building modules 128/135 modules 7 active …odules\rxjs\_esm5\internal\Scheduler.j
22222222222222222222222222222222222222222222222222222222222222225% building modules 128/199 modules 71 active …\rxjs\_esm5\internal\operators\first.
2222222222222222222222222222222222222222222222222222222222222229% building modules 163/227 modules 64 active …xjs\_esm5\internal\util\TimeoutError.js
22233333333333333333333333333333333333333333333333333333333333337% building modules 226/228 modules 2 active …rxjs\_esm5\internal\operators\zipAll.j
33333333333333333333333333333333333333333333333333333333444444440% building modules 257/261 modules 4 active …ules\rxjs\_esm5\internal\util\isDate.j
4444444444444444444444444444444444444444444444444444444444444441% building modules 263/318 modules 55 active …m5\internal\util\subscribeToIterable.js
44444444444444444444444444444444444444444444444444444444444444448% building modules 321/324 modules 3 active …modules\rxjs\_esm5\internal\util\not.j
44
Expected behavior:
(1) npm script logs should be clean. I guess the first digit of build percentage gets output multiple times.
(2) npm script should finish run,
The text was updated successfully, but these errors were encountered:
Angular 6 support is being tracked at aspnet/Templating#515. It's not something we have specific instructions or support for until that feature ships. Hope that's OK.
After update Angular to Version 6, I couldn't use dotnet cli command with "hot module reloading" feature. If I use visual studio 2017, the app can correctly launch and the webpage will reload if I edit contents. However, if I use dotnet cli, the npm build step stuck and the webpage will not reload when editing.
To reproduce error: clone repo https://github.com/changhuixu/dotnet-spa-service.git (This repo includes minimun .net core web app set up and Default Angular 6 app generated by angular cli v6.)
after npm install packages, issue command
dotnet watch run
in a console.The console output is as follows,
Expected behavior:
(1) npm script logs should be clean. I guess the first digit of build percentage gets output multiple times.
(2) npm script should finish run,
The text was updated successfully, but these errors were encountered: