; node bin location = /youpath/node/v10.6.0/bin/node ; cwd = /youpath/node/v10.6.0/lib/node_modules ; HOME = /xxx ; "npm config ls -l" to show all defaults. 然后到 /youpath/node/v10.6.0/lib/node_modules 下 rm -rf 掉你想删掉的包 再次 npm list --depth=0 -global 后正常