uptownhr / nuxt-express-module

Add express routes to your nuxt app
MIT License
61 stars 4 forks source link

How to do Error Handling #9

Open smyth64 opened 5 years ago

smyth64 commented 5 years ago

Hi, Whenever I get an error from the express application, I always get the same error on my Nuxt terminal:

 ERROR  Cannot read property 'files' of null                                                    16:49:07
  at Youch.readSource (node_modules/@nuxt/server/dist/server.js:373:45)

How can I get the real error underneath?