Skip to content

Instantly share code, notes, and snippets.

@changtimwu
Created November 20, 2012 09:47
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save changtimwu/4117025 to your computer and use it in GitHub Desktop.
Save changtimwu/4117025 to your computer and use it in GitHub Desktop.
install nodejs and git on windows

Please prepare the following stuff.

    git --version
  • nodejs
    • nodejs supports Windows officially. Just download it at http://nodejs.org and run the installer.
    • from Nodejs.x86 startmenu, click nodejs command prompt
    • try commands
    node -v
    npm -v
* You can use `npm` like it works in Linux/OSX.  Install swixweb pre-required global modules by the following commands
    npm install coffee-script -g
    npm install coffeecup -g
* Please check above packages by the following commands
   coffee -v
   coffeecup -v
* You can install any nodejs module except native one(like `buffertools`).  Fortunately, swixweb doesn't depend on any native modules.
* You can use `node/npm` commands on the previously installed `git-bash` prompt.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment