Skip to content

Commit

Permalink
update nodejs tips
Browse files Browse the repository at this point in the history
  • Loading branch information
proditis committed Jan 29, 2025
1 parent 908d350 commit d621667
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _programming/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ date: 18/01/2025

* Create a new project `npm init -y`
* See versions of a given package `npm view <package> versions --json`
* See versions of a given package with yarn `yarn info <package> versions`
* Local installed packages `npm ls --depth=0`
* Global installed packages `npm -g ls --depth=0`

0 comments on commit d621667

Please sign in to comment.