NPM: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 7: Line 7:
==References==
==References==
* [https://www.digitalocean.com/community/tutorials/typescript-new-project  Set Up a TypeScript Project]
* [https://www.digitalocean.com/community/tutorials/typescript-new-project  Set Up a TypeScript Project]
* [https://docs.npmjs.com/cli NPM CLI Documentation]
* [https://github.com/nvm-sh/nvm Node Version Manager]
* [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://docs.npmjs.com/getting-started Getting Start <code>NPM</code>]
* [[TypeScript]]
* [[TypeScript]]
* [[Express]]
* [[Express]]

Revision as of 01:22, 14 March 2021

Knowledge

npm install npm@latest -g
npm list -g --depth 0
node -v
npm -v

References