When run nuxt build in npm, it newer finished. To work i changed in lines 79-85(bin/nuxt-build.js):
builder .build() .then(() => debug('Building done')) .then(() => process.exit(0)) //FIXME: Exit .catch(err => { Utils.fatalError(err) })
What right method to solve this problem?
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2235">#c2235</a>)</em></sub></div>