In my project, we want to test our polymer components with web-component-tester.
So, I try to run the following command :
npm install web-component-tester --save
Every time, I get the following response : 404 Not Found: @types/escodegen@^0.0.2
I don't find this version of escodegen in the internet, do you know if a workaround exists to install web-component-tester?
Thank you for your help.
Best regards.