Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to view a list of installed npm packages

npm list -g
Comment

npm list all installed packages

npm list -g --depth=0
Comment

npm list versions of installed packages

npm list #adding -g shows globally installed packages
Comment

PREVIOUS NEXT
Code Example
Shell :: linux check ip address command 
Shell :: lua reverse shell 
Shell :: cdo mean of multiple files 
Shell :: docker remove none tag images 
Shell :: git remove cached directory 
Shell :: rename branch git 
Shell :: git undo last commit 
Shell :: git lines of code per user 
Shell :: installing nmap on kali linux 
Shell :: passport deploy to server 
Shell :: batch loop through folders in a directory 
Shell :: command not found: strings 
Shell :: linux virtual audio cable 
Shell :: ubuntu unzip zip 
Shell :: how to install mono on aws linux 
Shell :: git ignore mode 
Shell :: Pub installs executables into $HOME/.pub-cache/bin, which is not on your path. 
Shell :: ubuntu 20.04 how to stop apache2 from starting on startup 
Shell :: install crate rust 
Shell :: docker run image command 
Shell :: ubuntu ifconfig not found 
Shell :: discard unstaged changes git 
Shell :: heroku bash 
Shell :: grep exclude directory 
Shell :: docker delete all containers 
Shell :: extract tgz from ubuntu terminal 
Shell :: docker.service: Unit entered failed state. 
Shell :: docker compose restart 
Shell :: change remote url github 
Shell :: powershell connect to serial port 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =