hang when building app with `¿`
See original GitHub issueEnvironment
- Operating System:
Linux
- Node Version:
v18.1.0
- Nuxt Version:
3.0.0-rc.3-27584539.9d28c0a
- Package Manager:
npm@8.11.0
- Builder:
vite
- User Config:
css
,buildModules
,vite
,build
- Runtime Modules:
-
- Build Modules:
@pinia/nuxt@0.1.9
Reproduction
I don’t know what is failing.
npm run build
➜ nuxt-project git:(main) ✗ npm run build
> build
> nuxi build
Nuxt CLI v3.0.0-rc.3-27584539.9d28c0a 10:16:45
ℹ Vite client warmed up in 7876ms 10:16:55
ℹ Client built in 9936ms 10:16:57
ℹ Building server...
(It freezes)
npm run dev
Nuxt CLI v3.0.0-rc.3-27584539.9d28c0a 10:21:32
10:21:32
> Local: http://localhost:3000/
ℹ Vite server warmed up in 295ms 10:21:40
ℹ Vite client warmed up in 5325ms
(It freezes)
Describe the bug
Nuxt never loads since I updated to the version mentioned above. The log is frozen and does not load.
Additional context
No response
Logs
No response
Issue Analytics
- State:
- Created a year ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Xcode 13.2 and 13.3 build hang for… | Apple Developer Forums
I ran into a problem where my code does build on x86_64 simulator but the same code when archiving or building to "any...
Read more >[Bug] vite build hangs when building a React app ... - GitHub
Describe the bug I'm unable to complete the build process npm run build using Vite + PostCSS on my machine as well as...
Read more >Android Studio hangs / Freezes when project build fails
Shut down Android Studio (force to kill or just unplug the usb you will be good to go); Go to the directory of...
Read more >Visual Studio Hangs on "Build Started" after making change to ...
Having an issue where Build hangs after displaying 1>------ Build started: Project: ProjectName, Configuration: Debug Any CPU ------, after around 5 - 10 ......
Read more >7 Debugging Techniques for when your .NET application ...
7 Debugging Techniques for when your .NET application Freezes (hangs) · 1. Attach to the frozen process with Visual Studio · 2. Attach...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fix released as
unimport@0.2.8
, updating your lock should fix it.As a side note, I guess the root cause is not about special characters, but a bug of Acron that failed to parse
{ class: '' }
, https://github.com/antfu/strip-literal/pull/1. I will follow it up.I confirm the issue. It seems that nuxt (v3.0.0-rc4) compiler does not accept special character, ® in my case.