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 :: how to install arduino ide on ubuntu 
Shell :: git commit no message 
Shell :: git create new branch 
Shell :: deno install ubuntu 
Shell :: how to uninstall everything in pip 
Shell :: git remove all local commits 
Shell :: Error: ENOSPC: System limit for number of file watchers reached 
Shell :: set by RBENV_VERSION environment variable 
Shell :: bash counter 
Shell :: chromium for linux 
Shell :: echo to file permission denied 
Shell :: unable to resolve reference git 
Shell :: command to get number of commits 
Shell :: ubuntu software not opening 
Shell :: git remote add heroku 
Shell :: install nodemcu in arduino 
Shell :: command line to install wine on kali 2020 dist 
Shell :: ssh remove known_hosts entry 
Shell :: how to install vagrant on linux 
Shell :: git push origin master --force 
Shell :: save git password and username once 
Shell :: install material ui lab 
Shell :: docker compose unless stopped 
Shell :: hello world shell script 
Shell :: bash script remove first element of array and shift index 
Shell :: install camera in linux 
Shell :: macos start avd cmd 
Shell :: check folder size in linux terminal 
Shell :: change wp permission ubuntu 
Shell :: how to make a file writable in ubuntu 20.04 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =