April 2020
Intermediate to advanced
716 pages
18h 55m
English
We will begin by using Yarn to install all the required modules. It is a best practice to add a package.json file in every project folder to maintain, document, and share the Node.js modules being used in the MERN application. The package.json file will contain meta-information about the application, as well as list the module dependencies.
Perform the steps outlined in the following points to generate a package.json file, modify it, and use it to install the modules: