Home > Enterprise >  After I upgraded to macOS Ventura (13.0) nextjs and any npx command stuck
After I upgraded to macOS Ventura (13.0) nextjs and any npx command stuck

Time:10-29

After I upgraded to macOS 13. I found a problem with command in nextjs first. I tried to run my project with: npm run dev

This is result:

> dev
> next dev

It stucked on this log very very long time.

and I tried to create another project using:

npx create-next-app@latest

Result same to nextjs

About my computer:

  • Macbook pro 2018 13-inch 4 ports
  • I used Oh My Zsh on terminal
  • my node.js version is 16.18.0 (16.9.1 on this question created)

UPDATED 27/10/22

After I asked in this community. I tried many way to solve this issues. This is way I tried:

  • Reinstall macOS Ventura and not working
  • Change node.js version to 16.18.0 => 19.0.0 and downgraded to 16.18.0 and not working

And now this problem is still. I still can't resolve this problem :(

CodePudding user response:

Updated 28/10/2022 This problem I can resolved!!!!!

Today, I tried to clean install macOS Ventura (by backup internal storage => erase internal storage => install macOS Ventura by bootable drive and recovery data from backup hard disk)

All commands worked normally!

If you found a problem like this, you can resolve by clean install macOS!

  • Related