Skip to content

Commit

Permalink
Update note
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Jan 27, 2025
1 parent 17157a4 commit 7c65ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/notes/package-to-manage-npm-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pubDate: 01-27-2025
tags: ['note', 'npm']
---

I use [this](https://www.npmjs.com/package/npm-check) package to manage npm packages: `npm-check`.
I use [this](https://www.npmjs.com/package/npm-check) package to manage npm packages: `npm-check`. Executed with `npx`.

```bash
# Shows outdated packages
Expand All @@ -13,6 +13,6 @@ npx npm-check
# Interactive mode
npx npm-check -u

# Updates without prompt
# Updates all without prompt
npx npm-check -y
```

0 comments on commit 7c65ef2

Please sign in to comment.