axe-core : Accessibility engine for automated Web UI testing. You can installing axe-core 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 axe-core $ sudo npm install -g axe-core
If want to update the axe-core package execute the command as below,
$ sudo npm update axe-core
Update package globally,
$ npm install -g axe-core
$ sudo git clone https://github.com/rektide/axe-core.git
$ sudo npm install -g ./axe-core
axe-core@2.5.0 /usr/lib/node_modules/axe-core
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall axe-core
Package Name | axe-core |
Version | 2.5.0 |
Description | Accessibility engine for automated Web UI testing |
Released Date | 2017-11-06T19:52:28.917Z |
Published by | wilcofiers |
How to Learn | https://www.npmjs.com/package/axe-core/tutorial |