Skip to content

Commit

Permalink
Update apps/site/pages/en/learn/getting-started/an-introduction-to-th…
Browse files Browse the repository at this point in the history
…e-npm-package-manager.md

Signed-off-by: Brian Muenzenmeyer <[email protected]>
  • Loading branch information
bmuenzenmeyer authored Oct 28, 2024
1 parent 0c17eaf commit 3d569b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It started as a way to download and manage dependencies of Node.js packages, but
## Packages

`npm` installs, updates and manages downloads of dependencies of your project. Dependencies are pre-built pieces of code, such as libraries and packages, that your Node.js application needs to work.
`npm` installs, updates and manages downloads of dependencies of your project. Dependencies are pre-built pieces of code, such as libraries and packages, that your Node.js application needs to work.

### Installing all dependencies

Expand Down

0 comments on commit 3d569b0

Please sign in to comment.