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 version of package

 npm view webpack versions  --json
Comment

npm list versions of installed packages

npm list #adding -g shows globally installed packages
Comment

npm versions list

npm view npm versions --json

find any package version list

syntax
npm view package-name versions --json
Comment

npm list latest version of module

# npm list all versions of a package/module:

npm view <PACKAGE> versions

# Example:

npm view jest versions
npm view jest versions --json
Comment

PREVIOUS NEXT
Code Example
Shell :: could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432 
Shell :: check file permissions linux 
Shell :: how to run a sh file in terminal 
Shell :: File "manage.py", line 17 ) from exc ^ SyntaxError: invalid syntax 
Shell :: install postman desktop ubuntu 
Shell :: centos epel-release 
Shell :: how to change execution policy powershell 
Shell :: cuda install in ubuntu 
Shell :: sudo apt-get install libboost-all-dev 
Shell :: how to install pymongo 
Shell :: bash delete file 
Shell :: wordpress update core and plugins cli 
Shell :: sail add php mongodb extension 
Shell :: how to install apache2 on ubuntu 20.04 
Shell :: create branch from existing branch 
Shell :: # /bin/bash for launching ec2 
Shell :: How to count number of files in each directory 
Shell :: ssh transfer file 
Shell :: ubuntu edit sources.list 
Shell :: how to install nvm in ubuntu 18.04 
Shell :: symfony unit test 
Shell :: install rclone FOR UBUNTU 
Shell :: uninstall mongo db 
Shell :: datatable npm install 
Shell :: delete git stash list 
Shell :: docker start exited container 
Shell :: install postman 
Shell :: docker build with args 
Shell :: poetry command install mac 
Shell :: Creating a new Laravel application 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =