Somehow get the `node` and `chrome` versions at the `build` time
See original GitHub issueI want to somehow get the node
and chrome
versions that are sewn into the electron, and pass those versions to the esbuild
config and browserslist
config.
The following solution is currently in use:
Separate workflow has been update electron-vendors.config.json
and .browserslistrc
files on push to main branch.
I would like to receive the versions directly at the build
time.
Issue Analytics
- State:
- Created 2 years ago
- Comments:17 (5 by maintainers)
Top Results From Across the Web
Is there a way to use a previous Chrome Version?
You may need to get an old version of the Node.js source as well, from about the same time as the Chromium version...
Read more >[BUG] Failed to launch chromium because executable doesn't ...
I changed my node version, removed node_modules and yarn.lock and tried again and tests now pass. Would be cool if it wasn't required...
Read more >Checking out and Building Chromium for Windows - Google Git
-You must have the version 10.0.20348.0 Windows 10 SDK installed. This can be installed separately or by checking the appropriate box in the...
Read more >Chrome Apps Office Hours: NodeJS in Chrome packaged apps
Ever wondered if you could use NodeJS libraries in your JavaScript code running in a browser? Join Paul Kinlan and Renato Mangini as...
Read more >Selenium fix: SessionNotCreated "this version only ... - YouTube
If you have a webdriver SessionNotCreatedException error like "this version of ChromeDriver only supports Chrome version 96" we'll fix it ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://github.com/electron/electron/issues/28006
I agree, this is annoying (because the launch of an electron also takes some time)