i want to deploy nuxt.js the production code,only include .nuxt and static folder,not full code
a new package.json a little dependencies .
sometimes Server error
when the package.json is full dependencies ,it can be success.
how to catch Server error ?
// Give nuxt middleware to express
app.use(nuxt.render)
nuxt render only req and res arguments not error
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1781">#c1781</a>)</em></sub></div>