User Tools

Site Tools


node_cheat_sheet

This is an old revision of the document!


Node

Keywords: Node, Node.js, NPM

NPM (Node Package Manager) Commands

npm list -g --depth=0 Show all globally installed packages.
npm uninstall -g <package_name> Uninstall a global package.

NVM (Node Version Manager) Commands

nvm on Enable Node Version Manager.
nvm off Enable Node Version Manager.
nvm ls List installed Node versions, including currently selected version.
nvm use <version> Use <version>.
node_cheat_sheet.1759114463.txt.gz · Last modified: 2025/09/29 02:54 by stephen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki