2

Operating System: Windows

Node.js version: v16.14.2

I cannot install playwright through the command 'npx playwright install'. When I typed 'npx playwright install', it started to download browsers, but when it reached 99% it stuck there (like in the picture below) enter image description here

marcArisen
  • 21
  • 1
  • 3
  • It can have multiple reasons, most likely you have either issues with your internet connection or some special anti virus software installed which blocks the browsers from being downloaded. – Max Schmitt Apr 19 '22 at 16:01

1 Answers1

1

Since you're on Windows, it might be that you didn't Run as Administrator and this script is unable to move the downloaded files somewhere that requires more privileges.

Pascal Pixel
  • 115
  • 5