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 was archived by the owner on Jan 25, 2022. It is now read-only.
"Error: The module '/srv/clara/current/hub/node_modules/waitpid2/lib/binding/waitpid.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 48. This version of Node.js requires
NODE_MODULE_VERSION 57. Please try re-compiling or re-installing
"
We can fix this by either going yarn run install --update-binary in node_modules/waitpid2, or by installing from source by using "waitpid2": "git://github.com/joshiggins/node-waitpid2.git#2270e88" in our package.json
Reported by @bryanlarsen as part of #1
The npm package is broken, and gives the error
"Error: The module '/srv/clara/current/hub/node_modules/waitpid2/lib/binding/waitpid.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 48. This version of Node.js requires
NODE_MODULE_VERSION 57. Please try re-compiling or re-installing
"
We can fix this by either going yarn run install --update-binary in node_modules/waitpid2, or by installing from source by using "waitpid2": "git://github.com/joshiggins/node-waitpid2.git#2270e88" in our package.json