NPM: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==References== * TypeScript Unit Testing * [https://www.npmjs.com/ Getting Start <code>npm</code>] * TypeScript * Express") |
No edit summary |
||
Line 1: | Line 1: | ||
==Knowledge== | |||
npm install npm@latest -g | |||
node -v | |||
npm -v | |||
==References== | ==References== | ||
* [https://github.com/nvm-sh/nvm Node Version Manager] | |||
* [[TypeScript Unit Testing]] | * [[TypeScript Unit Testing]] | ||
* [https://www.npmjs.com/ Getting Start <code>npm</code>] | * [https://www.npmjs.com/ Getting Start <code>npm</code>] | ||
* [[TypeScript]] | * [[TypeScript]] | ||
* [[Express]] | * [[Express]] |
Revision as of 00:04, 14 March 2021
Knowledge
npm install npm@latest -g node -v npm -v