Skip to content

amitgupta5888/Node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

Node

  1. Install NVM. —> curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
  2. Install node —> nvm install --lts=Erbium
  3. Check versions —> nvm —version , node —version
  4. Use a partial node versionas default —> nvm use v12.16.1
  5. Removing a node version —> nvm list, nvm uninstall v11.10.1 6.npm install -g aws-cdk
  6. cdk --version

npm install -g typescript

mkdir my-project cd my-project

cdk init app --language typescript

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published