💾 Archived View for freeshell.de › tldr › npm.gmi captured on 2023-04-20 at 00:18:27. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
JavaScript and Node.js package manager.
Manage Node.js projects and their module dependencies.
npm init
npm install
npm install {module_name}@{version}
npm install {module_name} --save-dev
npm install --global {module_name}
npm uninstall {module_name}
npm list
npm list --global --depth={0}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).