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
Start a new project with the starter CLI: npx nuxi init -t github:nuxtlabs/nuxt-ui3-vue-starter test-app
Install vitest and vue test-utils bun add -D vitest @vue/test-utils
Add test script to package.json "test": "vitest"
Run the test script
Description
I'm encountering a TypeError while trying to set up Vitest in my project (Vue). The error message is as follows:
TypeError: Package import specifier "#imports" is not defined in package
/home/xxxx/test-app/node_modules/@nuxt/ui/package.json imported from
/home/xxxx/test-app/node_modules/@nuxt/ui/dist/runtime/composables/useComponentIcons.js
Additional context
No response
Logs
TypeError: Package import specifier "#imports" is not defined in package /home/xxxx/test-app/node_modules/@nuxt/ui/package.json imported from /home/xxxx/test-app/node_modules/@nuxt/ui/dist/runtime/composables/useComponentIcons.js
The text was updated successfully, but these errors were encountered:
Environment
Version
3.0.0-alpha.10
Reproduction
Start a new project with the starter CLI:
npx nuxi init -t github:nuxtlabs/nuxt-ui3-vue-starter test-app
Install vitest and vue test-utils
bun add -D vitest @vue/test-utils
Add test script to package.json
"test": "vitest"
Run the test script
Description
I'm encountering a
TypeError
while trying to set up Vitest in my project (Vue). The error message is as follows:Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: