Answers for "see global dependencies npm"

8

check global installed npm

npm list -g --depth=0
Posted by: Guest on February-01-2021
6

list all dependencies installed globally npm

npm list -g
Posted by: Guest on March-27-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language