To install node module
- Start command prompt as administrator. For help see this link.
- Go to the folder where nodejs installed. Example: CD "C:\Program Files\nodejs\"
- Again go to the folder of node_modules under npm. Example: CD "node_modules\npm\node_modules"
- Execute command "npm install http-proxy"
To uninstall node module
- Follow Step 1 to 3 of above.
- Execute command "npm uninstall http-proxy"
No comments:
Post a Comment