NPM: Difference between revisions
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
* [[TypeScript Unit Testing]] | * [[TypeScript Unit Testing]] | ||
* [https://docs.npmjs.com/getting-started Getting Start <code>NPM</code>] | * [https://docs.npmjs.com/getting-started Getting Start <code>NPM</code>] | ||
* [[TypeScript]] | * [[TypeScript]] | ||
* [[Express]] | * [[Express]] | ||
Line 22: | Line 21: | ||
| valign="top" | | | valign="top" | | ||
* [https://docs.npmjs.com/cli/v7/commands/npm-config Manage the npm configuration files] | * [https://docs.npmjs.com/cli/v7/commands/npm-config Manage the npm configuration files] | ||
* [https://docs.npmjs.com/cli/v7/commands/npm-pack Create a tarball from a package] | |||
* [https://docs.npmjs.com/cli/v7/commands/npm-cache Manipulates packages cache] | |||
* [https://docs.npmjs.com/cli/v7/commands/npm-publish Publish a package] | |||
* [https://docs.npmjs.com/cli/v7/commands/npm-install Install a package] | |||
|} | |} |
Revision as of 00:54, 14 March 2021
Knowledge
npm install npm@latest -g npm list -g --depth 0 node -v npm -v