November 2018
Beginner
132 pages
2h 57m
English
Most modern JavaScript projects and packages have a package.json file. This file specifies various metadata about the project, including the following:
To initialize our project and create a package.json file, we will run the following command:
npm init
After running the command, a prompt will show up, asking us to fill in some details about the project.
Read now
Unlock full access