November 2018
Beginner
502 pages
10h 22m
English
The package.json file defines our project name, description, build commands, dependent npm modules, and much more.
Open a terminal window, and run the following command:
npm init
This will prompt you for various bits of information about the project, and then create a package.json file containing that information.
Read now
Unlock full access