protractor : Webdriver E2E test wrapper for Angular.. You can installing protractor 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 protractor $ sudo npm install -g protractor
If want to update the protractor package execute the command as below,
$ sudo npm update protractor
Update package globally,
$ npm install -g protractor
$ sudo git clone https://github.com/rektide/protractor.git
$ sudo npm install -g ./protractor
protractor@5.2.0 /usr/lib/node_modules/protractor
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall protractor
| Package Name | protractor |
| Version | 5.2.0 |
| Description | Webdriver E2E test wrapper for Angular. |
| Released Date | 2017-10-17T18:51:03.909Z |
| Published by | angularcore |
| How to Learn | https://www.npmjs.com/package/protractor/tutorial |