Cannot start nuxt: Cannot read property 'options' of undefined
hixb opened this issue · 1 comments
hixb commented
Nuxt version
3.0.0
Node version
14.21.2
Specific error
Cannot restart nuxt: Cannot read property 'options' of undefined
Steps to reproduce
nuxt.config.ts
export default defineNuxtConfig({
modules: ["nuxt-highlightjs"]
})
index.vue
<pre>
<code v-highlight class="javascript">console.log('Hello World')</code>
</pre>
madebyfabian commented
Because it's not for Nuxt 3 it seems: #7
See #7 (comment)