You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
When trying to use @chakra-ui/nuxt-next with Nuxt 3.12.3, I encounter the following error after adding @chakra-ui/nuxt-next to the modules in my nuxt.config.ts ERROR Error while requiring module [object Object]: Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './module' is not defined by "exports"
To Reproduce
Steps to reproduce the behavior:
Install @chakra-ui/nuxt-next in a Nuxt 3 project using npm install @chakra-ui/nuxt-next.
Add @chakra-ui/nuxt-next to the modules section of nuxt.config.ts or nuxt.config.js.
Run npm run dev.
See the error in the console.
Expected behavior
The Nuxt project should start without any errors.
Screenshot
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to use
@chakra-ui/nuxt-next
with Nuxt 3.12.3, I encounter the following error after adding @chakra-ui/nuxt-next to the modules in my nuxt.config.tsERROR Error while requiring module [object Object]: Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './module' is not defined by "exports"
To Reproduce
Steps to reproduce the behavior:
@chakra-ui/nuxt-next
in a Nuxt 3 project usingnpm install @chakra-ui/nuxt-next
.@chakra-ui/nuxt-next
to the modules section of nuxt.config.ts or nuxt.config.js.npm run dev
.Expected behavior
The Nuxt project should start without any errors.
Screenshot
The text was updated successfully, but these errors were encountered: