methods : HTTP methods that node supports. You can installing methods npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install methods $ sudo npm install -g methods
If want to update the methods package execute the command as below,
$ sudo npm update methods
Update package globally,
$ npm install -g methods
$ sudo git clone https://github.com/rektide/methods.git
$ sudo npm install -g ./methods
methods@1.1.2 /usr/lib/node_modules/methods
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall methods
Package Name | methods |
Version | 1.1.2 |
Description | HTTP methods that node supports |
Released Date | 2016-01-18T02:53:56.364Z |
Published by | dougwilson |
How to Learn | https://www.npmjs.com/package/methods/tutorial |