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
Trying to use this in my renderer process, I get the following error message:
src_sync:2 Uncaught Error: Cannot find module 'fs'
at webpackEmptyContext (src_sync:2)
at module.exports.reduce (promisify.js:4)
at Array.reduce (<anonymous>)
at eval (promisify.js:3)
at Object../node_modules/electron-spellchecker/src/promisify.js (bundle.js:6376)
at __webpack_require__ (bundle.js:20)
at eval (dictionary-sync.js:10)
at Object../node_modules/electron-spellchecker/src/dictionary-sync.js (bundle.js:6332)
at __webpack_require__ (bundle.js:20)
at eval (index.js:3)
fs is def. available since I'm using it in other parts of the application
The text was updated successfully, but these errors were encountered:
Hello!
Trying to use this in my renderer process, I get the following error message:
fs is def. available since I'm using it in other parts of the application
The text was updated successfully, but these errors were encountered: