V2Blast
0
Q:

remove all packages npm

npm ls -gp --depth=0 | awk -F/ '/node_modules/ && !/\/npm$/ {print $NF}' | xargs npm -g rm
-1

New to Communities?

Join the community