I run node v7.1
and yarn 0.18.1
and I installed nuxt through the template running the following command:
$ vue init nuxt/starter <project-name>
and when inside I ran yarn
to install the dependencies. However, when I do yarn dev
and access the "about page" and refresh, I get an error that says the following:
Vue.js error: Error: render function or template not defined in component: anonymous
I did not edit any files or touch any configuration. Is there any reason why this is happening?
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c94">#c94</a>)</em></sub></div>