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
{{ message }}
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
I'm using this module from electron and recently electron has declared modules as deprecated that aren't context-aware, the error message is (node:11920) Electron: Loading non-context-aware native module in renderer: '\\?\...\node_modules\msgpack\build\Release\msgpackBinding.node'. This is deprecated, see https://github.com/electron/electron/issues/18397.
At some point electron will probably downright refuse such modules.
Fixing this can be as simple as changing the around a few of the NODE_ macros or fairly complicated if the module isn't thread safe.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using this module from electron and recently electron has declared modules as deprecated that aren't context-aware, the error message is
(node:11920) Electron: Loading non-context-aware native module in renderer: '\\?\...\node_modules\msgpack\build\Release\msgpackBinding.node'. This is deprecated, see https://github.com/electron/electron/issues/18397.
At some point electron will probably downright refuse such modules.
Fixing this can be as simple as changing the around a few of the NODE_ macros or fairly complicated if the module isn't thread safe.
The text was updated successfully, but these errors were encountered: