I want to use jset
in my angular project. when I run the following command:
npm install jest --save-dev
Get the following error :
npm ERR! Cannot read property 'matches' of undefined
NOTE:
before install jest
I remove completely Karam
with the following command :
npm remove karma karma-chrome-launcher karma-coverage-istanbul-reporter karma-jasmine karma-jasmine-html-reporter
How can I solve it?
Thanks in advance.