0

After executing the CLI command (ng e2e) this is the error I am getting in the console:

USB: usb_device_handle_win.cc:1020 Failed to read descriptor from node connection: 
A device attached to the system is not functioning

Further information and versions:

  • Windows 10
  • Angular 8
  • chromedriver_87.0.4280.20.exe
  • node v12.9.1 (tested with latest i.e. 14.x)
  • protractor v7.0.0

This is driving me mad, and I am not able to debug it or find much information otherwise online.

Bhanu Chhabra
  • 474
  • 1
  • 6
  • 22

1 Answers1

0

I have no answer only to state that I have been experiencing the same issue for approximately a month, and thus far I have not found a solution. What I have tried is: removing all USBs and SD Cards, and extended screen cables. I rebooted my laptop -still a problem. I did npm install and updated all drivers - I still see the usb messages.

  • https://stackoverflow.com/questions/65080685/usb-usb-device-handle-win-cc1020-failed-to-read-descriptor-from-node-connectio I found the answer in the link – Celia Gaylard Dec 09 '20 at 12:54