hello, when I make the call
const {remote, ipcRenderer} = require(‘electron’); let {dialog} = remote;
Uncaught TypeError: fs.existsSync is not a function at Object.eval (index.js:6) at eval (index.js:10) at Object../node_modules/electron/index.js (vendor.bundle.js:687) at __webpack_require__ (inline.bundle.js:55) at eval (app.component.ts:7) at Object../src/app/app.component.ts (main.bundle.js:43) at __webpack_require__ (inline.bundle.js:55) at eval (app.module.ts:20) at Object../src/app/app.module.ts (main.bundle.js:59) at __webpack_require__ (inline.bundle.js:55)
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
THE MENU | Official Trailer | Searchlight Pictures - YouTube
Now PlayingA couple (Anya Taylor-Joy and Nicholas Hoult) travels to a coastal island to eat at an exclusive restaurant where the chef (Ralph ......
Read more >The Menu (2022) - IMDb
A young couple travel to a remote island to eat at an exclusive restaurant where the chef has prepared a lavish menu, with...
Read more >MENU Scandinavian Design | Official U.S. Store ...
Buy Danish and Scandinavian Designer Furniture Lighting and Accessories for the home.
Read more >The Menu (2022 film) - Wikipedia
The Menu is a 2022 American dark comedy horror film directed by Mark Mylod, written by Seth Reiss and Will Tracy, based on...
Read more >The Menu - Searchlight Pictures
The Menu. NOW PLAYING ONLY IN THEATERS. A couple (Anya Taylor-Joy and Nicholas Hoult) travels to a coastal island to eat at an...
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
You have to use window.require(‘electron’).remote.Menu Please try this . It does work on Windows.
electron.service.ts
:You’re welcome 😃