Static GitHub Issues

[1219] "TypeError: Nuxt is not a constructor" - when trying to use nuxt.js as a middleware

prev: In a.vue, a.scss is referenced, and b.scss is referenced in b.vue, and the results a page can use the styles in b.scss. How do you resolve the conflict?
next: required params in dynamic routes does not work in all cases

I followed this documentation page https://nuxtjs.org/api/nuxt-render/ but when I started the express server I received such response:

const nuxt = new Nuxt(config)
             ^
TypeError: Nuxt is not a constructor

This only happens under the 1.0.0-rc3 version, on 0.10.7 it works fine :)

<!--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/c1075">#c1075</a>)</em></sub></div>