Nuxt 3 deploy error

Hi !

I am trying to deploy my Nuxt 3 app,
But I get this error:

Jul 3 02:01:49 PM  [error] The requested module 'vue' does not provide an export named 'h'
Jul 3 02:01:49 PM    import { getCurrentInstance, inject, onUnmounted, onDeactivated, onActivated, computed, unref, watchEffect, defineComponent, reactive, h, provide, ref, watch, shallowRef, nextTick } from 'vue';
Jul 3 02:01:49 PM    ^
Jul 3 02:01:49 PM    SyntaxError: The requested module 'vue' does not provide an export named 'h'

I did followed instructions provided in official docs

Was an issue with node version, don’t forget to specify node.js version in env render page and put 16+ node version

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.