JavaScript and Node.js package manager.
Manage Node.js projects and their module dependencies.
package.json
file:
npm init
npm install
package.json
:
npm install {module_name}@{version}
package.json
:
npm install {module_name} --save-dev
npm install --global {module_name}
package.json
:
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).
=> CC-BY This content has been proxied by September (ba2dc).Proxy Information
text/gemini;lang=en-GB