difference between local and global dependencies in angular
What is the difference between downloading local and global dependencies? For example, if I run “npm i bootstrap” in the project folder, will I download it from the location?, and if I want to download it, only globally?