Kishan M
Kishan M
even we have faced the same error.
[INFO] Installing environment for https://github.com/alessandrojcm/commitlint-pre-commit-hook. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... An unexpected error has occurred: CalledProcessError: command: ('/root/.cache/pre-commit/repowsykjq0q/node_env-default/bin/node', '/root/.cache/pre-commit/repowsykjq0q/node_env-default/bin/npm', 'pack')...
We have this repo being invoked from pipeline existing which is present within a private repo.
exclude: "^$" fail_fast: false repos: - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook rev: v9.4.0 hooks: - id: commitlint stages: [commit-msg]
0 verbose cli /root/.cache/pre-commit/repok81ok20m/node_env-default/bin/node /root/.cache/pre-commit/repok81ok20m/node_env-default/bin/npm 1 info using [email protected] 2 info using [email protected] 3 silly config load:file:/root/.cache/pre-commit/repok81ok20m/node_env-default/lib/node_modules/npm/npmrc 4 silly config load:file:/root/.cache/pre-commit/repok81ok20m/.npmrc 5 silly config load:file:/root/.npmrc 6 silly config load:file:/root/.cache/pre-commit/repok81ok20m/node_env-default/etc/npmrc 7...