liip / TheA11yMachine

The A11y Machine is an automated accessibility testing tool which crawls and tests pages of any web application to produce detailed reports.
https://www.liip.ch/
621 stars 66 forks source link

Documentation: Install a11ym globally #76

Closed Hywan closed 7 years ago

Hywan commented 7 years ago

Fix https://github.com/liip/TheA11yMachine/issues/75.

We have several issues when people are installing a11ym without a package.json file. Thus, NPM complains about it, and triggers some warnings. By installing it globally, a package.json file is automatically created, so the amount of users raising this should drop. NPM users will know what to do with the -g flag.