Next.js Discord

Discord Forum

Next.js really slow on M1 Macbook

Unanswered
Lucas T posted this in #help-forum
Open in Discord
I have a moderate size project that works fine on my Windows pc, but when I try to use my macbook for working on it, it's so slow

This is without --turbo:
 ✓ Starting...
 ✓ Ready in 377.8s
 ○ Compiling /src/middleware ...
 ✓ Compiled /src/middleware in 72.3s (73 modules)


and this is with --turbo:
 ✓ Starting...
 ✓ Compiled in 7.4s
 ✓ Ready in 8.4s
 ⚠ Webpack is configured while Turbopack is not, which may cause problems.
 ⚠ See instructions if you need to configure Turbopack:
  https://nextjs.org/docs/app/api-reference/next-config-js/turbo

 ○ Compiling /auth/signin ...
 ✓ Compiled /auth/signin in 675.4s

0 Replies