November 2019
Beginner
804 pages
20h 1m
English
When you work on a project, usually, you simply don't want to create a long document explaining how to download/install each and every dependency. Instead, you want to have a simple way to install everything at once.
As explained in the official documentation (https://docs.npmjs.com/getting-started/using-a-package.json), a package.json file does the following:
Read now
Unlock full access