press icon indicating copy to clipboard operation
press copied to clipboard

Nuxtpress breaks on Nuxt 2.11

Open shash7 opened this issue 4 years ago • 1 comments

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)

shash7 avatar Mar 03 '20 04:03 shash7

On Nuxt 2.12 there is the following error: Cannot read property 'toMarkup' of undefined

razbakov avatar Mar 30 '20 15:03 razbakov