deeleman / learning-angular2

Code samples repository for the examples provided in "Learning Angular 2", published by Packt Publishing - THE BOOK COVERS UP TO RC.1 and hence is severely OUTDATED. PLEASE REFER TO THE LATEST EDITIONS INSTEAD.
https://www.packtpub.com/web-development/learning-angular-2
108 stars 59 forks source link

Exception on npm start of Chapter 4 #57

Closed realEstateAdvisor closed 7 years ago

realEstateAdvisor commented 7 years ago

Hi,

I've downloaded the code, and opened with Visual Studio Code the chapter4 folder. I've executed the npm install, and the npm start, but the system has raised this exception, in the attached log file. Please let me know if I'm missing something or an help to fix this

Thanks

Antonio

errorLog.txt

re5pect123 commented 7 years ago

I have the some mistake. Please, put in order. Thx.

deeleman commented 7 years ago

The concurrently package has proved to cause issues and raise exceptions on the Windows OS. I'd recommend to remove its call from the start command. You can find more information at https://github.com/deeleman/learning-angular2/issues/40#issuecomment-244632848