Install NVM and TypeScript Project setup
- Published on
- 1 mins read
Install NVM(Node version manager)
Below command will install NVM(Node version manager)
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
Install Node
nvm install node
The above command will install the latest stable version of node to install specific version