Bite-Sized Next.js, Part 2: Installation and Setup
Install Node
The base requirement to make Next.js run on your computer is to have a working installation of Node.js. The current version of Next.js requires Node 18.17 or higher.
If you’re on MacOS or Linux, a simple way to install Node is with Homeb...
jaydevm.hashnode.dev5 min read