question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] Electron 14+ does not work with @nestjs/common

See original GitHub issue

Context:

  • Playwright Version: 1.24.*
  • Operating System: Windows
  • Node.js version: 16.10 +
  • Browser: Chrome

Code Snippet electronApp = await electron.launch({ args: [path.join(__dirname, ’ ****')], bypassCSP: true }); app1stWindow= await electronApp.firstWindow();


**Describe the bug**
 
 **Electron 12 has been EOL, so i migrate the electron app to electron 18 , but seems the playwright get the firstWindow timeout, 
my question is does latest playwright supported the electron 18 now???**



Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:19 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
mxschmittcommented, Dec 1, 2022

That should be fixed in 1.28, please re-file if it still does not work!

1reaction
mxschmittcommented, Jul 27, 2022

Yes it does support Electron 18.

Could you provide us a minimal reproducible what exactly is not working so we can run it locally and find out if the Electron version is the root-cause of it?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Common errors - FAQ - A progressive Node.js framework
Probably the most common error message is about Nest not being able to resolve dependencies of a provider. The error message usually looks...
Read more >
Best Practices for Node.js Error-handling - Toptal
Developers working with Node.js sometimes find themselves writing not-so-clean code while handling all sorts of errors. This article will introduce you to ...
Read more >
require() of ES modules is not supported when importing node ...
At the moment my .js file has nothing but the import of node-fetch and it gives me an error message. What am I...
Read more >
Let It Crash: Best Practices for Handling Node.js Errors on ...
Before coming to Heroku, I did some consulting work as a Node.js ... When an error occurred, there was often not enough visibility...
Read more >
TypeError: "x" is not a constructor - JavaScript - MDN Web Docs
The JavaScript exception "is not a constructor" occurs when there was an ... TypeError: Symbol is not a constructor function* f() {}; const...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found