[Vuejs]-Nuxt.js generate: Cannot read property 'props'

0👍

Not a solution but as workaround rollback to nuxt 2.8 to be able to use Nuxt:

npm i -S nuxt@2.8.1

0👍

If your vue file call other file like “~/src/pages/js/some.js”, then
Nuxt expects the file put under the tree of pages/ has a property of “props”.

Leave a comment