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
[INFO] Installing environment for https://github.com/pre-commit/mirrors-prettier.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
An unexpected error has occurred: CalledProcessError: command: ('/.cache/pre-commit/repo8ca0hksv/node_env-default/bin/node', '/.cache/pre-commit/repo8ca0hksv/node_env-default/bin/npm', 'install', '--dev', '--prod', '--ignore-prepublish', '--no-progress', '--no-save')
return code: 1
stdout: (none)
stderr:
/.cache/pre-commit/repo8ca0hksv/node_env-default/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /.cache/pre-commit/repo8ca0hksv/node_env-default/bin/node)
/.cache/pre-commit/repo8ca0hksv/node_env-default/bin/node: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /.cache/pre-commit/repo8ca0hksv/node_env-default/bin/node)
/.cache/pre-commit/repo8ca0hksv/node_env-default/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /.cache/pre-commit/repo8ca0hksv/node_env-default/bin/node)
/.cache/pre-commit/repo8ca0hksv/node_env-default/bin/node: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /.cache/pre-commit/repo8ca0hksv/node_env-default/bin/node)
/.cache/pre-commit/repo8ca0hksv/node_env-default/bin/node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /.cache/pre-commit/repo8ca0hksv/node_env-default/bin/node)
/.cache/pre-commit/repo8ca0hksv/node_env-default/bin/node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /.cache/pre-commit/repo8ca0hksv/node_env-default/bin/node)
Description
Newer versions of node do not work on systems that have an older version of GLIBC. See e.g. scverse/cookiecutter-scverse#143 and jupyterlab/jupyterlab#12675.
Error output
Versions
Versions
The text was updated successfully, but these errors were encountered: