Skip to content

How to install NProxy

goddyZhao edited this page Oct 16, 2012 · 4 revisions

Installation

Mac

  1. Visit The official website of Node.js
  2. Click "INSTALL" button to download the install package for your operating system
  3. Double click the downloaded package(.pkg) to install it
  4. After installing, open a terminal and type "npm install -g nproxy" to install NProxy
  5. Done! You can use NProxy now! (Don't forget to set proxy for browser)

Linux

  1. Visit The official website of Node.js
  2. Click "INSTALL" button to download the install package for your operating system
  3. Extract the downloaded package(.tar.gz)
  4. Open a terminal , go to the root of the package and type "make && make install" to install it
  5. After installing, open a terminal and type "npm install -g nproxy" to install NProxy
  6. Done! You can use NProxy now!(Don't forget to set proxy for browser)

Windows

  1. Visit The official website of Node.js
  2. Click "INSTALL" button to download the install package for your operating system
  3. Double click the downloaded package(.msi) to install it
  4. After installing, open a terminal(dos) and type "npm install -g nproxy" to install NProxy
  5. Done! You can use NProxy now!(Don't forget to set proxy for browser)

How to update NProxy

Mac, Linux & Windows

  1. Open a terminal and type "npm update -g nproxy"
  2. Done! You can use the lastest version of NProxy