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
I can run this in node, but when I try to run it in Electron I am getting the error below. Already tried npm rebuild and it's not resolving the issue.
Any clues?
The issue is below
UnhandledPromiseRejectionWarning: Error: The module '..\client\node_modules\ref-wchar-napi\node_modules\iconv\build\Release\iconv.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 93. This version of Node.js requires
NODE_MODULE_VERSION 106. Please try re-compiling or re-installing
the module (for instance, using npm rebuild or npm install).
The text was updated successfully, but these errors were encountered:
Hi!
I can run this in node, but when I try to run it in Electron I am getting the error below. Already tried npm rebuild and it's not resolving the issue.
Any clues?
The issue is below
UnhandledPromiseRejectionWarning: Error: The module '..\client\node_modules\ref-wchar-napi\node_modules\iconv\build\Release\iconv.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 93. This version of Node.js requires
NODE_MODULE_VERSION 106. Please try re-compiling or re-installing
the module (for instance, using
npm rebuild
ornpm install
).The text was updated successfully, but these errors were encountered: