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
When build script fails, node.js doesn't flush stdout and stderr streams. Because r.js uses console.log() (which writes to stdout) user doesn't see error message and it's hard to understand what happened.
Solution can be in using blocking output instead of console.log(). In this way: