Package.json vs Package-lock.json in Angular | Package.json in Angular | Angular Tutorial

Pubblicato il: 25 luglio 2021
sul canale di: WebGentle
8,739
144

Angular Tutorial: package.json vs package-lock.json: package.json and package-lock.json.
package.json file has a list of all the dependencies and devdependencies. These dependencies and devdependencies are the lists of packages/libraries that are used in that application.
package.json has a list of top layer dependencies and the package-lock.json has all the details about the packages and their further dependencies, version, and source.
we can install the packages by using npm install command. This npm install command will store all the packages (listed in the package.json) under node_modules folder.

Chapters
00:00 Angular project file and folders
00:56 Introduction to package.json, package-lock.json & node_modules
01:37 npm init in the new application (Create new package.json file)
05:22 dependencies and devdependencies
07:48 Add a new dependency in package.json
08:28 npm install (Create node_modules)
08:59 what is package-lock.json
11:07 Should we check in node_modules folder

#packagejson #packagelockjson #node_modules #AngularTutorial #AngularTutorialForBeginners
Complete Course Playlist:
==============
Angular Tutorial
   • Complete Angular Tutorial For Beginne...  
Asp.Net Core Web API Tutorial
   • Asp.Net Core Web API Tutorial | Asp.N...  
Asp.Net Core MVC Tutorial
   • Asp.Net Core tutorial | Asp.Net Core ...  
Azure DevOps Tutorial For Beginners
   • What is DevOps? - DevOps explanation ...  

Follow On Social Media
►Website: https://www.webgentle.com/
►Facebook -   / webgentle  
►Instagram -   / webgentle  
►Twitter -   / webgentle  
►Linkedin -   / mycompany  


In questa pagina del sito puoi guardare il video online Package.json vs Package-lock.json in Angular | Package.json in Angular | Angular Tutorial della durata di ore minuti seconda in buona qualità , che l'utente ha caricato WebGentle 25 luglio 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 8,739 volte e gli è piaciuto 144 spettatori. Buona visione!