question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

hang when building app with `¿`

See original GitHub issue

Environment

  • 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:closed
  • Created a year ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

7reactions
antfucommented, Jun 13, 2022

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.

2reactions
ram-youcommented, Jun 13, 2022

I confirm the issue. It seems that nuxt (v3.0.0-rc4) compiler does not accept special character, ® in my case.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found