gherkin : Gherkin parser. You can installing gherkin 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 gherkin $ sudo npm install -g gherkin
If want to update the gherkin package execute the command as below,
$ sudo npm update gherkin
Update package globally,
$ npm install -g gherkin
$ sudo git clone https://github.com/rektide/gherkin.git
$ sudo npm install -g ./gherkin
gherkin@5.0.0 /usr/lib/node_modules/gherkin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gherkin
Package Name | gherkin |
Version | 5.0.0 |
Description | Gherkin parser |
Released Date | 2017-10-13T14:50:35.926Z |
Published by | aslakhellesoy |
How to Learn | https://www.npmjs.com/package/gherkin/tutorial |