Open TonyGoodDay2 opened 7 years ago
The best way to manage locally installed npm packages is to create a package.json file.
A package.json file affords you a lot of great things:
All npm packages contain a file, usually in the project root, called package.json - this file holds various metadata relevant to the project. This file is used to give information to npm that allows it to identify the project as well as handle the project's dependencies.
What is "package.json" and why is it useful?