According to the [Next.js docs][1] using Create Next App has the benefit of Offline Support:
Create Next App will automatically detect if you're offline and bootstrap your project using your local package cache.
If I turn off wifi and try npx create-next-app or pnpm create next-app, I'll get errors.
How is this supposed to be used?