Brunch isn´t showing info about compilation errors

117 views Asked by At

I´ve been using Brunch since June. I remember that, when you had a compilation error on jsx for example, if you had brunch running in watch mode, it would show you in which line do you have the error.

But since an specific update that i don't remember, it only shows a message like this:

29 Dec 07:50:15 - error: Compiling of app/components/AsciiFacesList.jsx failed.
29 Dec 07:50:15 - error: Compiling of app/components/AsciiFacesList.jsx failed.

Without knowing what's wrong. I added the -d flag to my npm command so it's like:

"scripts": {
      "start": "brunch watch -d --server",...

But even with that, doesn't show additional information like before.

1

There are 1 answers

2
Dima Beznos On BEST ANSWER

You can install brunch from the master branch on github.

https://github.com/brunch/brunch

This issue is already fixed by brunch team and brunch now shows the errors with description.

We have to install from master until this fix will be released with a new version of brunch (>2.9.1)