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
When creating a fresh standalone Vue app using pnpm create vue@latest and then installing nuxt/ui by following the instructions here: https://ui3.nuxt.dev/getting-started/installation/vue one get type errors during the build process running pnpm build.
👀 Update 15. Nov: Workaround is to disable type-check in your build command
node_modules/.pnpm/@nuxt+ui@3.0.0-alpha.8_@babel+parser@7.26.2_embla-carousel@8.3.1_rollup@4.24.4_typescript@5.6_yljlai3w6pxxgcxew5prmihdom/node_modules/@nuxt/ui/dist/runtime/components/Tabs.vue:5:24 - error TS2307: Cannot find module '#build/app.config' or its corresponding type declarations.
5 import _appConfig from '#build/app.config'
~~~~~~~~~~~~~~~~~~~
node_modules/.pnpm/@nuxt+ui@3.0.0-alpha.8_@babel+parser@7.26.2_embla-carousel@8.3.1_rollup@4.24.4_typescript@5.6_yljlai3w6pxxgcxew5prmihdom/node_modules/@nuxt/ui/dist/runtime/components/Textarea.vue:4:24 - error TS2307: Cannot find module '#build/app.config' or its corresponding type declarations.
4 import _appConfig from '#build/app.config'
~~~~~~~~~~~~~~~~~~~
[.....]
Found 165 errors.
The text was updated successfully, but these errors were encountered:
Environment
Version
v3.0.0-alpha.8
Reproduction
https://github.com/zugende/nuxt-ui-type-error-repro
Description
When creating a fresh standalone Vue app using
pnpm create vue@latest
and then installing nuxt/ui by following the instructions here: https://ui3.nuxt.dev/getting-started/installation/vue one get type errors during the build process runningpnpm build
.👀 Update 15. Nov: Workaround is to disable type-check in your build command
Additional context
No response
Logs
// more than 160 errors (shortened)
node_modules/.pnpm/@nuxt+ui@3.0.0-alpha.8_@babel+parser@7.26.2_embla-carousel@8.3.1_rollup@4.24.4_typescript@5.6_yljlai3w6pxxgcxew5prmihdom/node_modules/@nuxt/ui/dist/runtime/components/Tabs.vue:5:24 - error TS2307: Cannot find module '#build/app.config' or its corresponding type declarations.
5 import _appConfig from '#build/app.config'
~~~~~~~~~~~~~~~~~~~
node_modules/.pnpm/@nuxt+ui@3.0.0-alpha.8_@babel+parser@7.26.2_embla-carousel@8.3.1_rollup@4.24.4_typescript@5.6_yljlai3w6pxxgcxew5prmihdom/node_modules/@nuxt/ui/dist/runtime/components/Textarea.vue:4:24 - error TS2307: Cannot find module '#build/app.config' or its corresponding type declarations.
4 import _appConfig from '#build/app.config'
~~~~~~~~~~~~~~~~~~~
[.....]
Found 165 errors.
The text was updated successfully, but these errors were encountered: