1

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.

TronchDeYack
  • 33
  • 13
  • 1
    Try by setting `npm-registry` using `npm config set registry https://registry.npmjs.org/` command, remove `node_modules` directory, clear the `npm-cache` and then try to run `npm install web-component-tester --save` command. – Suhas Gavad Mar 20 '18 at 19:05
  • Thank you, with this registry the npm install has finished successfully. The problem came from our nexus which don't redirect to the registry npmjs when the dependency is not found – TronchDeYack Mar 21 '18 at 16:29
  • You're Welcome! In that case, you can hit an up arrow to my comment :) LOL. – Suhas Gavad Mar 21 '18 at 16:53

0 Answers0