Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shiny-server node module version error #35

Open
jwtobias opened this issue May 16, 2021 · 1 comment
Open

shiny-server node module version error #35

jwtobias opened this issue May 16, 2021 · 1 comment
Labels

Comments

@jwtobias
Copy link

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 jwtobias changed the title node module version error shiny-server node module version error May 16, 2021
@stale
Copy link

stale bot commented Jan 8, 2022

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 stale bot added the stale label Jan 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant