Skip to content

Typescript Installation

Following is the guide to install node using .msi installer

Step-1: Node Installer – Download Page

https://nodejs.org/en/download/

Step-2: Select the installer for your system 32-bit or 64-bit

Installers:

32-bit installer: "https://nodejs.org/dist/v6.10.3/node-v6.10.3-x86.msi"
64-bit Installer: "https://nodejs.org/dist/v6.10.3/node-v6.10.3-x64.msi"

Binaries:

32-bit Binaries: https://nodejs.org/dist/v6.10.3/node-v6.10.3-win-x86.zip
64-bit Binaries: https://nodejs.org/dist/v6.10.3/node-v6.10.3-win-x64.zip

Step-3: Run the respective installer to installer Node

Step-4: Verify the Node and npm installation

$ node -v
$ npm -v

Following is the guide to install node using binaries

Step-1: Download and extract binaries

# Binaries:
32-bit Binaries: https://nodejs.org/dist/v6.10.3/node-v6.10.3-win-x86.zip
64-bit Binaries: https://nodejs.org/dist/v6.10.3/node-v6.10.3-win-x64.zip

# Extract:
$ unzip node-v6.10.3-win-x64.zip
$ cd node-v6.10.3-win-x64.zip

Step-2: Add the following paths to the system variables

c:\Users\shashi\node-v6.10.3-win-x64\node_modules\npm\bin
c:\Users\shashi\node-v6.10.3-win-x64\

Step-3: Adding PATH or Environment Variables [if installed using Binaries]

Goto -> System Properties -> Advanced System Settings -> Environmental Settings

Edit the PATH variable on User Tab

Add the 'tsc' path location as new PATH variable
C:\Users\%USER%\AppData\Roaming\npm\node_modules\typescript\bin\

Save the Configuration

Reboot the Machine

Shashi View All

-== Superman ==-

One thought on “Typescript Installation Leave a comment

  1. Aw, this was an extremely good post. Taking the time and actual effort to create a top notch article… but what can I say… I procrastinate a lot and don’t seem to get nearly anything done.

    Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: