mfrachet / cypress-audit

⚡ Run Lighthouse and Pa11y audits directly in your E2E test suites
https://mfrachet.github.io/cypress-audit/
MIT License
351 stars 44 forks source link

Can't install v1.4.1 via npm #216

Closed ischemicbg closed 1 year ago

ischemicbg commented 1 year ago

I'm getting the following npm error when trying to install v1.4.1:

npm WARN config `_auth`, `_authToken`, `username` and `_password` must be scoped to a registry. see `npm help npmrc` for more information.
npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! Unsupported URL Type "workspace:": workspace:*

v1.4.0 is fine

Windows 10 Node 16.19.0 NPM 8.19.3

mfrachet commented 1 year ago

Should be fixed in 1.4.2 sorry for that