If we are creating a new project, we will need to initialize the project by typing the init command below into the command line terminal in the root location of our project.
$ npm init
This will walk us through the process of creating a package configuration file. This file holds all the configurations for our new node project. Below is an example of how the file will look after you have completed the npm init process