`npm list` lets you get the currently installed version of a given package. Here's what you need to know.
CARVIEW |
Select Language
HTTP/2 200
accept-ranges: bytes
age: 0
cache-control: public,max-age=0,must-revalidate
cache-status: "Netlify Edge"; fwd=miss
content-encoding: gzip
content-type: text/html; charset=UTF-8
date: Mon, 13 Oct 2025 14:32:06 GMT
etag: "831caeed20eff366354062a9bd3a8613-ssl-df"
server: Netlify
strict-transport-security: max-age=31536000
vary: Accept-Encoding
x-nf-request-id: 01K7EZRNXDNDE75Q6YA60D7053
Npm Tutorials - Mastering JS
Npm Tutorials
`npm update` lets you update a package that you previously installed. Here's what you need to know.
`npm uninstall` lets you uninstall a package that you previously installed, including all of the package's dependencies. Here's what you need to know.