Listing currently installed packages

suggest change

To generate a list (tree view) of currently installed packages, use

npm list

ls, la and ll are aliases of list command. la and ll commands shows extended information like description and repository.

Options

The response format can be changed by passing options.

npm list --json

If you want, you can also go to the package’s home page.

npm home <package name>

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents