homebrew-base icon indicating copy to clipboard operation
homebrew-base copied to clipboard

shiny-server node module version error

Open jwtobias opened this issue 4 years ago • 1 comments

I'm getting this error when I try to run shiny-server with a completely fresh install of homebrew on an Intel Mac running MacOS Big Sur 11.3.1:

% shiny-server node:internal/modules/cjs/loader:1168 return process.dlopen(module, path.toNamespacedPath(filename)); ^

Error: The module '/usr/local/Cellar/shiny-server/1.5.13.944/shiny-server/build/Release/posix.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 79. This version of Node.js requires NODE_MODULE_VERSION 93. Please try re-compiling or re-installing the module (for instance, using npm rebuild or npm install). at Object.Module._extensions..node (node:internal/modules/cjs/loader:1168:18) at Module.load (node:internal/modules/cjs/loader:989:32) at Function.Module._load (node:internal/modules/cjs/loader:829:14) at Module.require (node:internal/modules/cjs/loader:1013:19) at require (node:internal/modules/cjs/helpers:93:18) at Object. (/usr/local/Cellar/shiny-server/1.5.13.944/shiny-server/lib/core/fsutil.js:16:13) at Module._compile (node:internal/modules/cjs/loader:1109:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1138:10) at Module.load (node:internal/modules/cjs/loader:989:32) at Function.Module._load (node:internal/modules/cjs/loader:829:14) { code: 'ERR_DLOPEN_FAILED' }

jwtobias avatar May 16 '21 20:05 jwtobias

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] avatar Jan 08 '22 23:01 stale[bot]