How to find linked npm modulesApril 02, 2021 global copy npm ls -g --depth=0 --link=true in project copy find node_modules -maxdepth 1 -type l -ls