Technical requirements
A fairly recent version of Node.js should already be installed. The Node Package Manager (npm
) also needs to be installed (it should come with Node.js). For more information on how to install Node.js, please check the official website: https://nodejs.org/.
We are going to use Visual Studio Code (VS Code) for the guides in this book, but everything should work similarly in any other editor. For more information on how to install VS Code, please refer to the official website: https://code.visualstudio.com.
In this book, we use the following versions:
- Node.js v22.14.0
npm
v10.9.2- VS Code v1.97.2
While installing a newer version should not be an issue, please note that certain steps might work differently on a newer version. If you are having an issue with the code and steps provided in this book, please try using the mentioned versions.
You can find the code for this chapter on GitHub: https://github.com/PacktPublishing...