Technical requirements
The technical requirements for this chapter are minimal. You should have Node.js installed, preferably the latest version of Node.js 14, and access to an editor and browser of your choice.
Throughout the recipes we'll be installing modules from the npm
registry – an internet connection will be required to download modules from the registry.
The code for the recipes will be available in Packt GitHub repository at https://github.com/PacktPublishing/Node.js-14-Cookbook in the Chapter06
directory.