https://gitlab.com/welchcanavan/www-site
2.3.4 to 2.8.1 in your package.jsonnpm upgradesee the following bug _objectSpread is not defined

the application runs pieces of code that involve the spread operator
the application no longer runs pieces of code that involve the spread operator
Hi @xiwcx, try this:
node_modulespackage-lock.jsonyarn or npm install@ricardogobbosouza, removing package-lock.json did the trick, thank you!
is there any documentation on upgrading at https://nuxtjs.org/ ? I couldn't find anything official, just random stack overflow comments and the directions from the release notes of 2.3.1
Please note that for upgrading Nuxt.js just changing version inside package.json is not enough. Please use yarn upgrade or npm upgrade so that the final directory structure of node_modules will be correct. In case of problems clean up node_modules and yarn.lock/package-lock.json.
This seems to still be accurate, so I'll probably submit a pull request to include this in a more prominent location, but I wanted to make sure I'm not missing anything first.
@xiwcx look https://nuxtjs.org/guide/release-notes#v2.6.0
@ricardogobbosouza, thanks again!
Most helpful comment
Hi @xiwcx, try this:
node_modulespackage-lock.jsonyarnornpm install