All you need to know about as a complete Beginner
All FREE courses Every project has file located in the root folder Information about NodeJS project List of dependencies with version How to create : npm init npm init y package name version description entry point test command: keywords: author: license git repository: dependencies records the minimum version needed (with and ) is used for more than dependencies like defining project info, description, author license, scripts, etc records the exact version of each installed package which allows you to reinstall them locks the dependencies with the installed version When you run npm update packagename it will update in and not in npm install will install d. .., RaghavPal , nodejsprojectbeginners 20220721 04pqkGnAAkc
|
|