cucumber : The official JavaScript implementation of Cucumber.. You can installing cucumber 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 cucumber $ sudo npm install -g cucumber
If want to update the cucumber package execute the command as below,
$ sudo npm update cucumber
Update package globally,
$ npm install -g cucumber
$ sudo git clone https://github.com/rektide/cucumber.git
$ sudo npm install -g ./cucumber
cucumber@3.1.0 /usr/lib/node_modules/cucumber
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall cucumber
Package Name | cucumber |
Version | 3.1.0 |
Description | The official JavaScript implementation of Cucumber. |
Released Date | 2017-10-25T16:14:37.305Z |
Published by | charlierudolph |
How to Learn | https://www.npmjs.com/package/cucumber/tutorial |