Friday, January 13, 2012

How to install NodeJS plugin into Sublime Text editor in Windows?

  • Invoke the command prompt as administrator.
  • Make sure git is already installed.
  • Execute the below command.
git clone git://github.com/tanepiper/SublimeText-Nodejs.git "%APPDATA%\Sublime Text 2\Packages\Nodejs"
  • After successfully installed, restart Sublime text editor.
  • To invoke list of functions use Ctrl + Space.
For more information see here.

1 comment:

Anonymous said...

Good info, to use this package we need to save the file first. It is not working for unsaved file.