NPM: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 6: Line 6:


==References==
==References==
* [https://www.digitalocean.com/community/tutorials/typescript-new-project  Set Up a TypeScript Project]
* [https://github.com/nvm-sh/nvm Node Version Manager]
* [https://github.com/nvm-sh/nvm Node Version Manager]
* [[TypeScript Unit Testing]]
* [[TypeScript Unit Testing]]

Revision as of 01:09, 14 March 2021

Knowledge

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

References