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
{ "errorType": "Error", "errorMessage": "The module '/var/task/node_modules/node-expat/build/Release/node_expat.node'\nwas compiled against a different Node.js version using\nNODE_MODULE_VERSION 93. This version of Node.js requires\nNODE_MODULE_VERSION 83. Please try re-compiling or re-installing\nthe module (for instance, using npm rebuild or npm install).", "code": "ERR_DLOPEN_FAILED", "stack": [ "Error: The module '/var/task/node_modules/node-expat/build/Release/node_expat.node'", "was compiled against a different Node.js version using", "NODE_MODULE_VERSION 93. This version of Node.js requires", "NODE_MODULE_VERSION 83. Please try re-compiling or re-installing", "the module (for instance, using npm rebuild or npm install).", " at Object.Module._extensions..node (internal/modules/cjs/loader.js:1173:18)", " at Module.load (internal/modules/cjs/loader.js:979:32)", " at Function.Module._load (internal/modules/cjs/loader.js:819:12)", " at Module.require (internal/modules/cjs/loader.js:1003:19)", " at require (internal/modules/cjs/helpers.js:107:18)", " at bindings (/var/task/node_modules/bindings/bindings.js:112:48)", " at Object. (/var/task/node_modules/node-expat/lib/node-expat.js:4:32)", " at Module._compile (internal/modules/cjs/loader.js:1114:14)", " at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)", " at Module.load (internal/modules/cjs/loader.js:979:32)" ] }
The text was updated successfully, but these errors were encountered:
Not working with current nodejs14.
{ "errorType": "Error", "errorMessage": "The module '/var/task/node_modules/node-expat/build/Release/node_expat.node'\nwas compiled against a different Node.js version using\nNODE_MODULE_VERSION 93. This version of Node.js requires\nNODE_MODULE_VERSION 83. Please try re-compiling or re-installing\nthe module (for instance, using
npm rebuild
ornpm install
).", "code": "ERR_DLOPEN_FAILED", "stack": [ "Error: The module '/var/task/node_modules/node-expat/build/Release/node_expat.node'", "was compiled against a different Node.js version using", "NODE_MODULE_VERSION 93. This version of Node.js requires", "NODE_MODULE_VERSION 83. Please try re-compiling or re-installing", "the module (for instance, usingnpm rebuild
ornpm install
).", " at Object.Module._extensions..node (internal/modules/cjs/loader.js:1173:18)", " at Module.load (internal/modules/cjs/loader.js:979:32)", " at Function.Module._load (internal/modules/cjs/loader.js:819:12)", " at Module.require (internal/modules/cjs/loader.js:1003:19)", " at require (internal/modules/cjs/helpers.js:107:18)", " at bindings (/var/task/node_modules/bindings/bindings.js:112:48)", " at Object. (/var/task/node_modules/node-expat/lib/node-expat.js:4:32)", " at Module._compile (internal/modules/cjs/loader.js:1114:14)", " at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)", " at Module.load (internal/modules/cjs/loader.js:979:32)" ] }The text was updated successfully, but these errors were encountered: