angular-accessibility icon indicating copy to clipboard operation
angular-accessibility copied to clipboard

BUG: Outdated packages

Open rramsey opened this issue 2 years ago • 0 comments

The app needs to be updated quite a bit. Angular deprecated support for protractor a few versions back. Might want to check out https://goo.gle/state-of-e2e-in-angular for details. Similarly, tslint has been replaced by eslint. And core-js-pure just puts up a messaging telling you not to even use it any more.

That's if you can get past step one, since npm install fails. I had to to npm install --force just to get it to work.

rramsey avatar May 19 '23 21:05 rramsey