You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone I use Playwright in my project on Vue+Electron. In Electron builder settings use externals: ['playwright-chromium'] but end users can`t use Playwright module with error:
Looks like Playwright Test or Playwright was just installed or updated. Please run the following command to download new browsers: npx playwright install
How users can use Playwright module without install Node and Playwright? What I can use to package browsers with Electron-Builder?
The text was updated successfully, but these errors were encountered:
Your question
Hello everyone I use Playwright in my project on Vue+Electron. In Electron builder settings use
externals: ['playwright-chromium']
but end users can`t use Playwright module with error:How users can use Playwright module without install Node and Playwright? What I can use to package browsers with Electron-Builder?
The text was updated successfully, but these errors were encountered: