Add proxy to the npm with nodejs

Sublime Text 3 nodejs build

The build file should like the following below:

If you want to test the command line in ST3, just type “dir”(“” should contain) in “windows” -> “cmd”, then you may know how it worked.

A simple file server of Node.js

1.  npm install node-static -g

2. mkdir public (we could add files on the folder)

3. static /root/public  -a 0.0.0.0

Note: If you want more help, try static -h