-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pre-transform error in UApp #3609
Comments
Any update on this? getting the same error even after starting the fresh project. |
As always a reproduction is required, we cannot help you otherwise. You could have the wrong version in your lockfile, using an old nuxt or vue version, etc. I cannot know. |
I have managed to narrow this bug down a bit. It happens on both new and migrated projects, if there is a non-ascii(?) character in the path! At the very least an |
Did you try to install typescript as dev dependency? |
I've tried the most minimal app with both |
Wouldn't it work with a javascript based vue project? |
No typescript is required to use |
Is there any plan to make it work with Javascript based Vue or Nuxt projects? |
Not really no, this doesn't mean you have to use Did it fix your issue? |
Okay, got it. Yes, thanks |
Environment
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.0.0 and v3.0.1
Description
After upgrading to NuxtUI 3 as per https://ui.nuxt.com/getting-started/migration, I get the following error message when running either
npx run dev
,npx run build
ornpx run generate
, that seems to come from UApp(?):I have tried removing
node_modules/*
andpackage-lock.json
and make a clean install. Didn't change anything.Additional context
Full package.json
nuxt.config.ts:
Logs
The text was updated successfully, but these errors were encountered: