vuetifyjs / nuxt

Nuxt.js + Vuetify.js starter project template.
MIT License
306 stars 109 forks source link

Can not install vuetifyjs/nuxt #52

Open begueradj opened 6 years ago

begueradj commented 6 years ago

At each fresh installation I get this error message (and it presists) whenever I do the smallest code modification (like <v-app blue> instead of <v-app dark> in layout/default.vue):

  nuxt:render Rendering url / +0ms
  nuxt:render Data fetching /: 2ms +0ms
  nuxt:render Rendering url /_nuxt/1f21da5c79984280ba44.hot-update.json +2s
{ statusCode: 404,
  path: '/_nuxt/1f21da5c79984280ba44.hot-update.json',
  message: 'This page could not be found' }
  nuxt:render Rendering url / +56ms
  nuxt:render Data fetching /: 0ms +2s

What causes this issue?

Thanks, Billal Begueradj