press
press copied to clipboard
Nuxtpress breaks on Nuxt 2.11
After installing Nuxtpress on a existing Nuxt app, Nuxt crashes with the following error: TypeError: Cannot read property 'match' of undefined
This seems to be most likely due to Nuxtpress searching for a Http plugin on start and expects this.options.plugins to be an array of objects whereas in practice it can be mixed(elements can be strings or objects)
On Nuxt 2.12 there is the following error:
Cannot read property 'toMarkup' of undefined