To initialize the Node JS project, run the following command in the terminal:
$ npm init
It will prompt you some questions (name, version, description, entry point, etc.). You can either answer them or press Enter to accept the defaults.
At the end, ...