Documentation

Prerequisites

Or copy link

Prerequisites

Estimated reading: minutes 47 views

47 views
Min read

To install the Headless package you will need

1. Next.js supported server.

2. Node.js version 18.17 or later, we recommend you to use node v.20.11.0

Before headless package setup, you can check your node version by SSH access:

Command: node -v
Output:  v20.11.0
(Make sure you have SSH access for the domain in which the Next.js site has been built)

Install Node.js and Package Managers

Make sure you have the following installed on your system:

  • Node.js
  • npm (comes with Node.js)
  • Yarn (optional but recommended)

You can verify installation using:

  • node -v 
  • npm -v
  • yarn -v
Share

Leave a Comment