preboot / angular-webpack

A complete, yet simple, starter for Angular v2+ using webpack
MIT License
1.29k stars 561 forks source link

How can I show full error details when there is a ts error ? #333

Closed ohadinho closed 7 years ago

ohadinho commented 7 years ago

Hi, I've cloned this project, npm installed and hit "npm start". After i've made an error in one of my typescript files - i've received this error on console: "[at-loader] Checking finished with 2 errors"

How can I show the full error description ?

Thanks.

Foxandxss commented 7 years ago

copy and paste those 2 errors.

ohadinho commented 7 years ago

Hi, What do you mean ? My goal is to show full description of errors in the console.

Thanks.

On Apr 10, 2017 17:45, "Jesús Rodríguez" notifications@github.com wrote:

copy and paste those 2 errors.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/preboot/angular-webpack/issues/333#issuecomment-292971355, or mute the thread https://github.com/notifications/unsubscribe-auth/AEqcuh_b46g2TFyKJThlDHBeCpvEKw8Eks5rukBygaJpZM4M44Vh .

JunkyDeLuxe commented 7 years ago

Hi, you will see those errors in your web browser (console chrome for example) With a stack strace, it can be very long sometimes

mcescalante commented 7 years ago

Open the website in a web browser (Chrome or Firefox recommended) and open the Developer Tools Javascript Console. You can do this in Chrome via View > Developer > Javascript Console. Your errors with full traceback will be there. Screenshot below (no errors, I just took a screenshot to show what it looks like)

Imgur

ohadinho commented 7 years ago

Capish. Thank you guys

On Apr 10, 2017 19:00, "Mike Escalante" notifications@github.com wrote:

Open the website in a web browser (Chrome or Firefox recommended) and open the Developer Tools. You can do this in chrome via View > Developer > Developer Tools. Then, click the "Console" tab. Your errors with full traceback should be there.

[image: Imgur] https://camo.githubusercontent.com/1899d56ba7a9cd0f08c8a722c1fd74e09255d1ff/687474703a2f2f692e696d6775722e636f6d2f48356d4b694f552e706e67

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/preboot/angular-webpack/issues/333#issuecomment-292994974, or mute the thread https://github.com/notifications/unsubscribe-auth/AEqcupdpJJXv8bkEAbzmL-k_b17ekGOiks5rulIjgaJpZM4M44Vh .