Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
804 B

# Updating Packages
npm provides various features to help install and maintain the project's dependencies. Dependencies get updates with new features and fixes, so upgrading to a newer version is recommended. We use npm update commands for this.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.freecodecamp.org/news/how-to-update-npm-dependencies/'>How to update?</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=Ghdfdq17JAY'>Updating dependencies</BadgeLink>
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://docs.npmjs.com/updating-packages-downloaded-from-the-registry'>Updating packages downloaded from the registry</BadgeLink>