Skip to content

Instantly share code, notes, and snippets.

@robertcoopercode
Last active January 9, 2019 01:08
Show Gist options
  • Save robertcoopercode/e3317f44725ff41e764d0026d9326fb5 to your computer and use it in GitHub Desktop.
Save robertcoopercode/e3317f44725ff41e764d0026d9326fb5 to your computer and use it in GitHub Desktop.
# NPM Installation Method
npm install --global typescript # Global installation
npm install --save-dev typescript # Local installation
# Yarn Installation Method
yarn global add typescript # Global installation
yarn add --dev typescript # Local installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment