Cli: [BUG] can you add "npm installed"

Created on 16 Feb 2020  路  1Comment  路  Source: npm/cli

What / Why

Because is very annoying having to google, copy paste and remember all this thing npm list -g --depth=0 . Seems logical that you have npm install and npm remove to have npm installed.

When



  • every time we need to check whats installed

Where



  • everywhere

How

Current Behavior

Steps to Reproduce

  • type npm installed

Expected Behavior

  • to output the same as npm list (-g) --depth=0

Who


References



  • n/a

Most helpful comment

npm installed

This would need the global flag and more. All relevant npmjs clients use ls to list installed packages. You can create an alias in your .bashrc or similar.

Also this is not a bug but a feature request.

>All comments

npm installed

This would need the global flag and more. All relevant npmjs clients use ls to list installed packages. You can create an alias in your .bashrc or similar.

Also this is not a bug but a feature request.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

CliffS picture CliffS  路  3Comments

goldingdamien picture goldingdamien  路  4Comments

MadhuriGurumurthy11 picture MadhuriGurumurthy11  路  3Comments

1000i100 picture 1000i100  路  3Comments

darcyclarke picture darcyclarke  路  3Comments