Instead of getting the promise rejection warning while compiling/running
npm start
(node:22996) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): SyntaxError: Unexpected identifier
can I get the whole stack trace pointing out the line in my code with the error as it used to in nodejs 4?
SyntaxError: /Users/user/Documents/project/app.js: Unexpected token (30:57)