npm.rst
changeset 2431 08707f0c75ce
child 2556 03ce3e35cd5b
equal deleted inserted replaced
2430:315b44793009 2431:08707f0c75ce
       
     1 
       
     2 =====================
       
     3  npm package manager
       
     4 =====================
       
     5 .. contents::
       
     6    :local:
       
     7 
       
     8 Prune unused packages
       
     9 =====================
       
    10 
       
    11 Prune all::
       
    12 
       
    13   npm prune
       
    14 
       
    15 Prune by name::
       
    16 
       
    17   npm prune $NAME1 #NAME2
       
    18 
       
    19 https://docs.npmjs.com/cli/prune
       
    20   Remove extraneous packages.
       
    21