List top-level global packages: ```bash npm list -g --depth 0 ``` Remove global package: ```bash sudo npm uninstall -g packageName ```