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

pnpm 6.30.0 spams "Relinking <path> from the store" on pnpm install when store exists #4314

Closed
anomiex opened this issue Feb 9, 2022 · 1 comment · Fixed by #4316
Closed
Assignees
Milestone

Comments

@anomiex
Copy link

anomiex commented Feb 9, 2022

pnpm version: 6.30.0

Code to reproduce the issue:

mkdir /tmp/test
cd /tmp/test
pnpm add jest
rm -rf node_modules
pnpm install

Expected behavior:

The pnpm install outputs something along the lines of

Lockfile is up-to-date, resolution step is skipped
Packages: +332
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Packages are hard linked from the content-addressable store to the virtual store.
  Content-addressable store is at: /tmp/.pnpm-store/v3
  Virtual store is at:             node_modules/.pnpm
Progress: resolved 332, reused 332, downloaded 0, added 332, done

dependencies:
+ jest 27.5.1

(as was the case in 6.29.2, for example, which I used to produce the above output)

Actual behavior:

The pnpm install outputs something along the lines of

Lockfile is up-to-date, resolution step is skipped
Packages: +332
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Relinking /tmp/test/node_modules/.pnpm/@types+istanbul-lib-coverage@2.0.4/node_modules/@types/istanbul-lib-coverage from the store
Relinking /tmp/test/node_modules/.pnpm/@types+istanbul-reports@3.0.1/node_modules/@types/istanbul-reports from the store
Relinking /tmp/test/node_modules/.pnpm/@types+istanbul-lib-report@3.0.0/node_modules/@types/istanbul-lib-report from the store
Relinking /tmp/test/node_modules/.pnpm/@types+yargs-parser@20.2.1/node_modules/@types/yargs-parser from the store
Relinking /tmp/test/node_modules/.pnpm/@types+yargs@16.0.4/node_modules/@types/yargs from the store
Relinking /tmp/test/node_modules/.pnpm/@jest+console@27.5.1/node_modules/@jest/console from the store
Relinking /tmp/test/node_modules/.pnpm/@jest+types@27.5.1/node_modules/@jest/types from the store
Packages are hard linked from the content-addressable store to the virtual store.
  Content-addressable store is at: /tmp/.pnpm-store/v3
  Virtual store is at:             node_modules/.pnpm
Relinking /tmp/test/node_modules/.pnpm/ansi-styles@4.3.0/node_modules/ansi-styles from the store
Relinking /tmp/test/node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert from the store
Relinking /tmp/test/node_modules/.pnpm/color-name@1.1.4/node_modules/color-name from the store
Relinking /tmp/test/node_modules/.pnpm/jest@27.5.1/node_modules/jest from the store
Relinking /tmp/test/node_modules/.pnpm/has-flag@4.0.0/node_modules/has-flag from the store
Relinking /tmp/test/node_modules/.pnpm/supports-color@7.2.0/node_modules/supports-color from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+code-frame@7.16.7/node_modules/@babel/code-frame from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+highlight@7.16.10/node_modules/@babel/highlight from the store
Relinking /tmp/test/node_modules/.pnpm/@types+node@17.0.16/node_modules/@types/node from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+helper-validator-identifier@7.16.7/node_modules/@babel/helper-validator-identifier from the store
Relinking /tmp/test/node_modules/.pnpm/chalk@4.1.2/node_modules/chalk from the store
Relinking /tmp/test/node_modules/.pnpm/ansi-styles@3.2.1/node_modules/ansi-styles from the store
Relinking /tmp/test/node_modules/.pnpm/chalk@2.4.2/node_modules/chalk from the store
Relinking /tmp/test/node_modules/.pnpm/jest-message-util@27.5.1/node_modules/jest-message-util from the store
Relinking /tmp/test/node_modules/.pnpm/color-convert@1.9.3/node_modules/color-convert from the store
Relinking /tmp/test/node_modules/.pnpm/color-name@1.1.3/node_modules/color-name from the store
Relinking /tmp/test/node_modules/.pnpm/escape-string-regexp@1.0.5/node_modules/escape-string-regexp from the store
Relinking /tmp/test/node_modules/.pnpm/supports-color@5.5.0/node_modules/supports-color from the store
Relinking /tmp/test/node_modules/.pnpm/js-tokens@4.0.0/node_modules/js-tokens from the store
Relinking /tmp/test/node_modules/.pnpm/has-flag@3.0.0/node_modules/has-flag from the store
Relinking /tmp/test/node_modules/.pnpm/@jest+core@27.5.1/node_modules/@jest/core from the store
Relinking /tmp/test/node_modules/.pnpm/graceful-fs@4.2.9/node_modules/graceful-fs from the store
Relinking /tmp/test/node_modules/.pnpm/@types+stack-utils@2.0.1/node_modules/@types/stack-utils from the store
Relinking /tmp/test/node_modules/.pnpm/micromatch@4.0.4/node_modules/micromatch from the store
Relinking /tmp/test/node_modules/.pnpm/braces@3.0.2/node_modules/braces from the store
Relinking /tmp/test/node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range from the store
Relinking /tmp/test/node_modules/.pnpm/is-number@7.0.0/node_modules/is-number from the store
Relinking /tmp/test/node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range from the store
Relinking /tmp/test/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch from the store
Relinking /tmp/test/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format from the store
Relinking /tmp/test/node_modules/.pnpm/ansi-regex@5.0.1/node_modules/ansi-regex from the store
Relinking /tmp/test/node_modules/.pnpm/ansi-styles@5.2.0/node_modules/ansi-styles from the store
Relinking /tmp/test/node_modules/.pnpm/react-is@17.0.2/node_modules/react-is from the store
Relinking /tmp/test/node_modules/.pnpm/slash@3.0.0/node_modules/slash from the store
Relinking /tmp/test/node_modules/.pnpm/stack-utils@2.0.5/node_modules/stack-utils from the store
Relinking /tmp/test/node_modules/.pnpm/escape-string-regexp@2.0.0/node_modules/escape-string-regexp from the store
Relinking /tmp/test/node_modules/.pnpm/jest-util@27.5.1/node_modules/jest-util from the store
Relinking /tmp/test/node_modules/.pnpm/@jest+reporters@27.5.1/node_modules/@jest/reporters from the store
Relinking /tmp/test/node_modules/.pnpm/ci-info@3.3.0/node_modules/ci-info from the store
Relinking /tmp/test/node_modules/.pnpm/@bcoe+v8-coverage@0.2.3/node_modules/@bcoe/v8-coverage from the store
Relinking /tmp/test/node_modules/.pnpm/@jest+test-result@27.5.1/node_modules/@jest/test-result from the store
Relinking /tmp/test/node_modules/.pnpm/collect-v8-coverage@1.0.1/node_modules/collect-v8-coverage from the store
Relinking /tmp/test/node_modules/.pnpm/@jest+transform@27.5.1/node_modules/@jest/transform from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+core@7.17.2/node_modules/@babel/core from the store
Relinking /tmp/test/node_modules/.pnpm/@jridgewell+trace-mapping@0.3.4/node_modules/@jridgewell/trace-mapping from the store
Relinking /tmp/test/node_modules/.pnpm/@ampproject+remapping@2.1.0/node_modules/@ampproject/remapping from the store
Relinking /tmp/test/node_modules/.pnpm/@jridgewell+resolve-uri@3.0.4/node_modules/@jridgewell/resolve-uri from the store
Relinking /tmp/test/node_modules/.pnpm/@jridgewell+sourcemap-codec@1.4.10/node_modules/@jridgewell/sourcemap-codec from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+generator@7.17.0/node_modules/@babel/generator from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+types@7.17.0/node_modules/@babel/types from the store
Relinking /tmp/test/node_modules/.pnpm/to-fast-properties@2.0.0/node_modules/to-fast-properties from the store
Relinking /tmp/test/node_modules/.pnpm/source-map@0.5.7/node_modules/source-map from the store
Relinking /tmp/test/node_modules/.pnpm/jsesc@2.5.2/node_modules/jsesc from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+helper-compilation-targets@7.16.7_@babel+core@7.17.2/node_modules/@babel/helper-compilation-targets from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+compat-data@7.17.0/node_modules/@babel/compat-data from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+helper-validator-option@7.16.7/node_modules/@babel/helper-validator-option from the store
Relinking /tmp/test/node_modules/.pnpm/browserslist@4.19.1/node_modules/browserslist from the store
Relinking /tmp/test/node_modules/.pnpm/electron-to-chromium@1.4.67/node_modules/electron-to-chromium from the store
Relinking /tmp/test/node_modules/.pnpm/escalade@3.1.1/node_modules/escalade from the store
Relinking /tmp/test/node_modules/.pnpm/node-releases@2.0.2/node_modules/node-releases from the store
Relinking /tmp/test/node_modules/.pnpm/picocolors@1.0.0/node_modules/picocolors from the store
Relinking /tmp/test/node_modules/.pnpm/semver@6.3.0/node_modules/semver from the store
Relinking /tmp/test/node_modules/.pnpm/caniuse-lite@1.0.30001310/node_modules/caniuse-lite from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+helper-module-transforms@7.16.7/node_modules/@babel/helper-module-transforms from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+helper-environment-visitor@7.16.7/node_modules/@babel/helper-environment-visitor from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+helper-simple-access@7.16.7/node_modules/@babel/helper-simple-access from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+template@7.16.7/node_modules/@babel/template from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+helper-module-imports@7.16.7/node_modules/@babel/helper-module-imports from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+helper-split-export-declaration@7.16.7/node_modules/@babel/helper-split-export-declaration from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+parser@7.17.0/node_modules/@babel/parser from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+traverse@7.17.0/node_modules/@babel/traverse from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+helper-function-name@7.16.7/node_modules/@babel/helper-function-name from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+helper-get-function-arity@7.16.7/node_modules/@babel/helper-get-function-arity from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+helper-hoist-variables@7.16.7/node_modules/@babel/helper-hoist-variables from the store
Relinking /tmp/test/node_modules/.pnpm/debug@4.3.3/node_modules/debug from the store
Relinking /tmp/test/node_modules/.pnpm/ms@2.1.2/node_modules/ms from the store
Relinking /tmp/test/node_modules/.pnpm/globals@11.12.0/node_modules/globals from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+helpers@7.17.2/node_modules/@babel/helpers from the store
Relinking /tmp/test/node_modules/.pnpm/convert-source-map@1.8.0/node_modules/convert-source-map from the store
Relinking /tmp/test/node_modules/.pnpm/gensync@1.0.0-beta.2/node_modules/gensync from the store
Relinking /tmp/test/node_modules/.pnpm/safe-buffer@5.1.2/node_modules/safe-buffer from the store
Relinking /tmp/test/node_modules/.pnpm/json5@2.2.0/node_modules/json5 from the store
Relinking /tmp/test/node_modules/.pnpm/minimist@1.2.5/node_modules/minimist from the store
Relinking /tmp/test/node_modules/.pnpm/babel-plugin-istanbul@6.1.1/node_modules/babel-plugin-istanbul from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+helper-plugin-utils@7.16.7/node_modules/@babel/helper-plugin-utils from the store
Relinking /tmp/test/node_modules/.pnpm/@istanbuljs+load-nyc-config@1.1.0/node_modules/@istanbuljs/load-nyc-config from the store
Relinking /tmp/test/node_modules/.pnpm/camelcase@5.3.1/node_modules/camelcase from the store
Relinking /tmp/test/node_modules/.pnpm/find-up@4.1.0/node_modules/find-up from the store
Relinking /tmp/test/node_modules/.pnpm/locate-path@5.0.0/node_modules/locate-path from the store
Relinking /tmp/test/node_modules/.pnpm/p-locate@4.1.0/node_modules/p-locate from the store
Relinking /tmp/test/node_modules/.pnpm/p-try@2.2.0/node_modules/p-try from the store
Relinking /tmp/test/node_modules/.pnpm/p-limit@2.3.0/node_modules/p-limit from the store
Relinking /tmp/test/node_modules/.pnpm/path-exists@4.0.0/node_modules/path-exists from the store
Relinking /tmp/test/node_modules/.pnpm/get-package-type@0.1.0/node_modules/get-package-type from the store
Relinking /tmp/test/node_modules/.pnpm/js-yaml@3.14.1/node_modules/js-yaml from the store
Relinking /tmp/test/node_modules/.pnpm/argparse@1.0.10/node_modules/argparse from the store
Relinking /tmp/test/node_modules/.pnpm/sprintf-js@1.0.3/node_modules/sprintf-js from the store
Relinking /tmp/test/node_modules/.pnpm/esprima@4.0.1/node_modules/esprima from the store
Relinking /tmp/test/node_modules/.pnpm/resolve-from@5.0.0/node_modules/resolve-from from the store
Relinking /tmp/test/node_modules/.pnpm/@istanbuljs+schema@0.1.3/node_modules/@istanbuljs/schema from the store
Relinking /tmp/test/node_modules/.pnpm/istanbul-lib-instrument@5.1.0/node_modules/istanbul-lib-instrument from the store
Relinking /tmp/test/node_modules/.pnpm/istanbul-lib-coverage@3.2.0/node_modules/istanbul-lib-coverage from the store
Relinking /tmp/test/node_modules/.pnpm/test-exclude@6.0.0/node_modules/test-exclude from the store
Relinking /tmp/test/node_modules/.pnpm/glob@7.2.0/node_modules/glob from the store
Relinking /tmp/test/node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath from the store
Relinking /tmp/test/node_modules/.pnpm/inflight@1.0.6/node_modules/inflight from the store
Relinking /tmp/test/node_modules/.pnpm/once@1.4.0/node_modules/once from the store
Relinking /tmp/test/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits from the store
Relinking /tmp/test/node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy from the store
Relinking /tmp/test/node_modules/.pnpm/minimatch@3.0.5/node_modules/minimatch from the store
Relinking /tmp/test/node_modules/.pnpm/brace-expansion@1.1.11/node_modules/brace-expansion from the store
Relinking /tmp/test/node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match from the store
Relinking /tmp/test/node_modules/.pnpm/concat-map@0.0.1/node_modules/concat-map from the store
Relinking /tmp/test/node_modules/.pnpm/path-is-absolute@1.0.1/node_modules/path-is-absolute from the store
Relinking /tmp/test/node_modules/.pnpm/fast-json-stable-stringify@2.1.0/node_modules/fast-json-stable-stringify from the store
Relinking /tmp/test/node_modules/.pnpm/jest-haste-map@27.5.1/node_modules/jest-haste-map from the store
Relinking /tmp/test/node_modules/.pnpm/@types+graceful-fs@4.1.5/node_modules/@types/graceful-fs from the store
Relinking /tmp/test/node_modules/.pnpm/anymatch@3.1.2/node_modules/anymatch from the store
Relinking /tmp/test/node_modules/.pnpm/normalize-path@3.0.0/node_modules/normalize-path from the store
Relinking /tmp/test/node_modules/.pnpm/fb-watchman@2.0.1/node_modules/fb-watchman from the store
Relinking /tmp/test/node_modules/.pnpm/bser@2.1.1/node_modules/bser from the store
Relinking /tmp/test/node_modules/.pnpm/node-int64@0.4.0/node_modules/node-int64 from the store
Relinking /tmp/test/node_modules/.pnpm/jest-regex-util@27.5.1/node_modules/jest-regex-util from the store
Relinking /tmp/test/node_modules/.pnpm/jest-worker@27.5.1/node_modules/jest-worker from the store
Relinking /tmp/test/node_modules/.pnpm/jest-serializer@27.5.1/node_modules/jest-serializer from the store
Relinking /tmp/test/node_modules/.pnpm/merge-stream@2.0.0/node_modules/merge-stream from the store
Relinking /tmp/test/node_modules/.pnpm/supports-color@8.1.1/node_modules/supports-color from the store
Relinking /tmp/test/node_modules/.pnpm/walker@1.0.8/node_modules/walker from the store
Relinking /tmp/test/node_modules/.pnpm/makeerror@1.0.12/node_modules/makeerror from the store
Relinking /tmp/test/node_modules/.pnpm/pirates@4.0.5/node_modules/pirates from the store
Relinking /tmp/test/node_modules/.pnpm/tmpl@1.0.5/node_modules/tmpl from the store
Relinking /tmp/test/node_modules/.pnpm/source-map@0.6.1/node_modules/source-map from the store
Relinking /tmp/test/node_modules/.pnpm/write-file-atomic@3.0.3/node_modules/write-file-atomic from the store
Relinking /tmp/test/node_modules/.pnpm/imurmurhash@0.1.4/node_modules/imurmurhash from the store
Relinking /tmp/test/node_modules/.pnpm/is-typedarray@1.0.0/node_modules/is-typedarray from the store
Relinking /tmp/test/node_modules/.pnpm/signal-exit@3.0.7/node_modules/signal-exit from the store
Relinking /tmp/test/node_modules/.pnpm/typedarray-to-buffer@3.1.5/node_modules/typedarray-to-buffer from the store
Relinking /tmp/test/node_modules/.pnpm/exit@0.1.2/node_modules/exit from the store
Relinking /tmp/test/node_modules/.pnpm/istanbul-lib-report@3.0.0/node_modules/istanbul-lib-report from the store
Relinking /tmp/test/node_modules/.pnpm/istanbul-lib-source-maps@4.0.1/node_modules/istanbul-lib-source-maps from the store
Relinking /tmp/test/node_modules/.pnpm/make-dir@3.1.0/node_modules/make-dir from the store
Relinking /tmp/test/node_modules/.pnpm/istanbul-reports@3.1.4/node_modules/istanbul-reports from the store
Relinking /tmp/test/node_modules/.pnpm/html-escaper@2.0.2/node_modules/html-escaper from the store
Relinking /tmp/test/node_modules/.pnpm/jest-resolve@27.5.1/node_modules/jest-resolve from the store
Relinking /tmp/test/node_modules/.pnpm/jest-pnp-resolver@1.2.2_jest-resolve@27.5.1/node_modules/jest-pnp-resolver from the store
Relinking /tmp/test/node_modules/.pnpm/jest-validate@27.5.1/node_modules/jest-validate from the store
Relinking /tmp/test/node_modules/.pnpm/jest-get-type@27.5.1/node_modules/jest-get-type from the store
Relinking /tmp/test/node_modules/.pnpm/leven@3.1.0/node_modules/leven from the store
Relinking /tmp/test/node_modules/.pnpm/camelcase@6.3.0/node_modules/camelcase from the store
Relinking /tmp/test/node_modules/.pnpm/resolve@1.22.0/node_modules/resolve from the store
Relinking /tmp/test/node_modules/.pnpm/is-core-module@2.8.1/node_modules/is-core-module from the store
Relinking /tmp/test/node_modules/.pnpm/has@1.0.3/node_modules/has from the store
Relinking /tmp/test/node_modules/.pnpm/function-bind@1.1.1/node_modules/function-bind from the store
Relinking /tmp/test/node_modules/.pnpm/path-parse@1.0.7/node_modules/path-parse from the store
Relinking /tmp/test/node_modules/.pnpm/supports-preserve-symlinks-flag@1.0.0/node_modules/supports-preserve-symlinks-flag from the store
Relinking /tmp/test/node_modules/.pnpm/resolve.exports@1.1.0/node_modules/resolve.exports from the store
Relinking /tmp/test/node_modules/.pnpm/string-length@4.0.2/node_modules/string-length from the store
Relinking /tmp/test/node_modules/.pnpm/strip-ansi@6.0.1/node_modules/strip-ansi from the store
Relinking /tmp/test/node_modules/.pnpm/char-regex@1.0.2/node_modules/char-regex from the store
Relinking /tmp/test/node_modules/.pnpm/terminal-link@2.1.1/node_modules/terminal-link from the store
Relinking /tmp/test/node_modules/.pnpm/ansi-escapes@4.3.2/node_modules/ansi-escapes from the store
Relinking /tmp/test/node_modules/.pnpm/type-fest@0.21.3/node_modules/type-fest from the store
Relinking /tmp/test/node_modules/.pnpm/supports-hyperlinks@2.2.0/node_modules/supports-hyperlinks from the store
Relinking /tmp/test/node_modules/.pnpm/v8-to-istanbul@8.1.1/node_modules/v8-to-istanbul from the store
Relinking /tmp/test/node_modules/.pnpm/source-map@0.7.3/node_modules/source-map from the store
Relinking /tmp/test/node_modules/.pnpm/emittery@0.8.1/node_modules/emittery from the store
Relinking /tmp/test/node_modules/.pnpm/jest-changed-files@27.5.1/node_modules/jest-changed-files from the store
Relinking /tmp/test/node_modules/.pnpm/execa@5.1.1/node_modules/execa from the store
Relinking /tmp/test/node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn from the store
Relinking /tmp/test/node_modules/.pnpm/shebang-command@2.0.0/node_modules/shebang-command from the store
Relinking /tmp/test/node_modules/.pnpm/path-key@3.1.1/node_modules/path-key from the store
Relinking /tmp/test/node_modules/.pnpm/which@2.0.2/node_modules/which from the store
Relinking /tmp/test/node_modules/.pnpm/shebang-regex@3.0.0/node_modules/shebang-regex from the store
Relinking /tmp/test/node_modules/.pnpm/get-stream@6.0.1/node_modules/get-stream from the store
Relinking /tmp/test/node_modules/.pnpm/isexe@2.0.0/node_modules/isexe from the store
Relinking /tmp/test/node_modules/.pnpm/human-signals@2.1.0/node_modules/human-signals from the store
Relinking /tmp/test/node_modules/.pnpm/is-stream@2.0.1/node_modules/is-stream from the store
Relinking /tmp/test/node_modules/.pnpm/npm-run-path@4.0.1/node_modules/npm-run-path from the store
Relinking /tmp/test/node_modules/.pnpm/onetime@5.1.2/node_modules/onetime from the store
Relinking /tmp/test/node_modules/.pnpm/mimic-fn@2.1.0/node_modules/mimic-fn from the store
Relinking /tmp/test/node_modules/.pnpm/strip-final-newline@2.0.0/node_modules/strip-final-newline from the store
Relinking /tmp/test/node_modules/.pnpm/throat@6.0.1/node_modules/throat from the store
Relinking /tmp/test/node_modules/.pnpm/jest-config@27.5.1/node_modules/jest-config from the store
Relinking /tmp/test/node_modules/.pnpm/jest-runtime@27.5.1/node_modules/jest-runtime from the store
Relinking /tmp/test/node_modules/.pnpm/@jest+test-sequencer@27.5.1/node_modules/@jest/test-sequencer from the store
Relinking /tmp/test/node_modules/.pnpm/@jest+environment@27.5.1/node_modules/@jest/environment from the store
Relinking /tmp/test/node_modules/.pnpm/@sinonjs+commons@1.8.3/node_modules/@sinonjs/commons from the store
Relinking /tmp/test/node_modules/.pnpm/@jest+fake-timers@27.5.1/node_modules/@jest/fake-timers from the store
Relinking /tmp/test/node_modules/.pnpm/type-detect@4.0.8/node_modules/type-detect from the store
Relinking /tmp/test/node_modules/.pnpm/@sinonjs+fake-timers@8.1.0/node_modules/@sinonjs/fake-timers from the store
Relinking /tmp/test/node_modules/.pnpm/jest-mock@27.5.1/node_modules/jest-mock from the store
Relinking /tmp/test/node_modules/.pnpm/@jest+globals@27.5.1/node_modules/@jest/globals from the store
Relinking /tmp/test/node_modules/.pnpm/expect@27.5.1/node_modules/expect from the store
Relinking /tmp/test/node_modules/.pnpm/jest-matcher-utils@27.5.1/node_modules/jest-matcher-utils from the store
Relinking /tmp/test/node_modules/.pnpm/jest-diff@27.5.1/node_modules/jest-diff from the store
Relinking /tmp/test/node_modules/.pnpm/diff-sequences@27.5.1/node_modules/diff-sequences from the store
Relinking /tmp/test/node_modules/.pnpm/@jest+source-map@27.5.1/node_modules/@jest/source-map from the store
Relinking /tmp/test/node_modules/.pnpm/cjs-module-lexer@1.2.2/node_modules/cjs-module-lexer from the store
Relinking /tmp/test/node_modules/.pnpm/callsites@3.1.0/node_modules/callsites from the store
Relinking /tmp/test/node_modules/.pnpm/jest-snapshot@27.5.1/node_modules/jest-snapshot from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+plugin-syntax-typescript@7.16.7_@babel+core@7.17.2/node_modules/@babel/plugin-syntax-typescript from the store
Relinking /tmp/test/node_modules/.pnpm/@types+babel__traverse@7.14.2/node_modules/@types/babel__traverse from the store
Relinking /tmp/test/node_modules/.pnpm/@types+prettier@2.4.4/node_modules/@types/prettier from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+plugin-syntax-async-generators@7.8.4_@babel+core@7.17.2/node_modules/@babel/plugin-syntax-async-generators from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+plugin-syntax-bigint@7.8.3_@babel+core@7.17.2/node_modules/@babel/plugin-syntax-bigint from the store
Relinking /tmp/test/node_modules/.pnpm/babel-preset-current-node-syntax@1.0.1_@babel+core@7.17.2/node_modules/babel-preset-current-node-syntax from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+plugin-syntax-class-properties@7.12.13_@babel+core@7.17.2/node_modules/@babel/plugin-syntax-class-properties from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+plugin-syntax-json-strings@7.8.3_@babel+core@7.17.2/node_modules/@babel/plugin-syntax-json-strings from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+plugin-syntax-logical-assignment-operators@7.10.4_@babel+core@7.17.2/node_modules/@babel/plugin-syntax-logical-assignment-operators from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+plugin-syntax-nullish-coalescing-operator@7.8.3_@babel+core@7.17.2/node_modules/@babel/plugin-syntax-nullish-coalescing-operator from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+plugin-syntax-import-meta@7.10.4_@babel+core@7.17.2/node_modules/@babel/plugin-syntax-import-meta from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+plugin-syntax-object-rest-spread@7.8.3_@babel+core@7.17.2/node_modules/@babel/plugin-syntax-object-rest-spread from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+plugin-syntax-numeric-separator@7.10.4_@babel+core@7.17.2/node_modules/@babel/plugin-syntax-numeric-separator from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+plugin-syntax-optional-catch-binding@7.8.3_@babel+core@7.17.2/node_modules/@babel/plugin-syntax-optional-catch-binding from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+plugin-syntax-optional-chaining@7.8.3_@babel+core@7.17.2/node_modules/@babel/plugin-syntax-optional-chaining from the store
Relinking /tmp/test/node_modules/.pnpm/@babel+plugin-syntax-top-level-await@7.14.5_@babel+core@7.17.2/node_modules/@babel/plugin-syntax-top-level-await from the store
Relinking /tmp/test/node_modules/.pnpm/natural-compare@1.4.0/node_modules/natural-compare from the store
Relinking /tmp/test/node_modules/.pnpm/semver@7.3.5/node_modules/semver from the store
Relinking /tmp/test/node_modules/.pnpm/yallist@4.0.0/node_modules/yallist from the store
Relinking /tmp/test/node_modules/.pnpm/strip-bom@4.0.0/node_modules/strip-bom from the store
Relinking /tmp/test/node_modules/.pnpm/lru-cache@6.0.0/node_modules/lru-cache from the store
Relinking /tmp/test/node_modules/.pnpm/babel-jest@27.5.1_@babel+core@7.17.2/node_modules/babel-jest from the store
Relinking /tmp/test/node_modules/.pnpm/@types+babel__generator@7.6.4/node_modules/@types/babel__generator from the store
Relinking /tmp/test/node_modules/.pnpm/@types+babel__core@7.1.18/node_modules/@types/babel__core from the store
Relinking /tmp/test/node_modules/.pnpm/@types+babel__template@7.4.1/node_modules/@types/babel__template from the store
Relinking /tmp/test/node_modules/.pnpm/babel-preset-jest@27.5.1_@babel+core@7.17.2/node_modules/babel-preset-jest from the store
Relinking /tmp/test/node_modules/.pnpm/deepmerge@4.2.2/node_modules/deepmerge from the store
Relinking /tmp/test/node_modules/.pnpm/babel-plugin-jest-hoist@27.5.1/node_modules/babel-plugin-jest-hoist from the store
Relinking /tmp/test/node_modules/.pnpm/jest-circus@27.5.1/node_modules/jest-circus from the store
Relinking /tmp/test/node_modules/.pnpm/co@4.6.0/node_modules/co from the store
Relinking /tmp/test/node_modules/.pnpm/jest-each@27.5.1/node_modules/jest-each from the store
Relinking /tmp/test/node_modules/.pnpm/jest-environment-jsdom@27.5.1/node_modules/jest-environment-jsdom from the store
Relinking /tmp/test/node_modules/.pnpm/abab@2.0.5/node_modules/abab from the store
Relinking /tmp/test/node_modules/.pnpm/acorn@8.7.0/node_modules/acorn from the store
Relinking /tmp/test/node_modules/.pnpm/acorn-globals@6.0.0/node_modules/acorn-globals from the store
Relinking /tmp/test/node_modules/.pnpm/jsdom@16.7.0/node_modules/jsdom from the store
Relinking /tmp/test/node_modules/.pnpm/acorn@7.4.1/node_modules/acorn from the store
Relinking /tmp/test/node_modules/.pnpm/acorn-walk@7.2.0/node_modules/acorn-walk from the store
Relinking /tmp/test/node_modules/.pnpm/dedent@0.7.0/node_modules/dedent from the store
Relinking /tmp/test/node_modules/.pnpm/cssom@0.4.4/node_modules/cssom from the store
Relinking /tmp/test/node_modules/.pnpm/is-generator-fn@2.1.0/node_modules/is-generator-fn from the store
Relinking /tmp/test/node_modules/.pnpm/cssstyle@2.3.0/node_modules/cssstyle from the store
Relinking /tmp/test/node_modules/.pnpm/data-urls@2.0.0/node_modules/data-urls from the store
Relinking /tmp/test/node_modules/.pnpm/whatwg-mimetype@2.3.0/node_modules/whatwg-mimetype from the store
Relinking /tmp/test/node_modules/.pnpm/cssom@0.3.8/node_modules/cssom from the store
Relinking /tmp/test/node_modules/.pnpm/whatwg-url@8.7.0/node_modules/whatwg-url from the store
Relinking /tmp/test/node_modules/.pnpm/punycode@2.1.1/node_modules/punycode from the store
Relinking /tmp/test/node_modules/.pnpm/decimal.js@10.3.1/node_modules/decimal.js from the store
Relinking /tmp/test/node_modules/.pnpm/webidl-conversions@6.1.0/node_modules/webidl-conversions from the store
Relinking /tmp/test/node_modules/.pnpm/tr46@2.1.0/node_modules/tr46 from the store
Relinking /tmp/test/node_modules/.pnpm/domexception@2.0.1/node_modules/domexception from the store
Relinking /tmp/test/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash from the store
Relinking /tmp/test/node_modules/.pnpm/webidl-conversions@5.0.0/node_modules/webidl-conversions from the store
Relinking /tmp/test/node_modules/.pnpm/estraverse@5.3.0/node_modules/estraverse from the store
Relinking /tmp/test/node_modules/.pnpm/escodegen@2.0.0/node_modules/escodegen from the store
Relinking /tmp/test/node_modules/.pnpm/esutils@2.0.3/node_modules/esutils from the store
Relinking /tmp/test/node_modules/.pnpm/optionator@0.8.3/node_modules/optionator from the store
Relinking /tmp/test/node_modules/.pnpm/levn@0.3.0/node_modules/levn from the store
Relinking /tmp/test/node_modules/.pnpm/deep-is@0.1.4/node_modules/deep-is from the store
Relinking /tmp/test/node_modules/.pnpm/fast-levenshtein@2.0.6/node_modules/fast-levenshtein from the store
Relinking /tmp/test/node_modules/.pnpm/prelude-ls@1.1.2/node_modules/prelude-ls from the store
Relinking /tmp/test/node_modules/.pnpm/type-check@0.3.2/node_modules/type-check from the store
Relinking /tmp/test/node_modules/.pnpm/word-wrap@1.2.3/node_modules/word-wrap from the store
Relinking /tmp/test/node_modules/.pnpm/form-data@3.0.1/node_modules/form-data from the store
Relinking /tmp/test/node_modules/.pnpm/asynckit@0.4.0/node_modules/asynckit from the store
Relinking /tmp/test/node_modules/.pnpm/combined-stream@1.0.8/node_modules/combined-stream from the store
Relinking /tmp/test/node_modules/.pnpm/delayed-stream@1.0.0/node_modules/delayed-stream from the store
Relinking /tmp/test/node_modules/.pnpm/mime-types@2.1.34/node_modules/mime-types from the store
Relinking /tmp/test/node_modules/.pnpm/html-encoding-sniffer@2.0.1/node_modules/html-encoding-sniffer from the store
Relinking /tmp/test/node_modules/.pnpm/mime-db@1.51.0/node_modules/mime-db from the store
Relinking /tmp/test/node_modules/.pnpm/whatwg-encoding@1.0.5/node_modules/whatwg-encoding from the store
Relinking /tmp/test/node_modules/.pnpm/iconv-lite@0.4.24/node_modules/iconv-lite from the store
Relinking /tmp/test/node_modules/.pnpm/http-proxy-agent@4.0.1/node_modules/http-proxy-agent from the store
Relinking /tmp/test/node_modules/.pnpm/safer-buffer@2.1.2/node_modules/safer-buffer from the store
Relinking /tmp/test/node_modules/.pnpm/@tootallnate+once@1.1.2/node_modules/@tootallnate/once from the store
Relinking /tmp/test/node_modules/.pnpm/agent-base@6.0.2/node_modules/agent-base from the store
Relinking /tmp/test/node_modules/.pnpm/is-potential-custom-element-name@1.0.1/node_modules/is-potential-custom-element-name from the store
Relinking /tmp/test/node_modules/.pnpm/https-proxy-agent@5.0.0/node_modules/https-proxy-agent from the store
Relinking /tmp/test/node_modules/.pnpm/parse5@6.0.1/node_modules/parse5 from the store
Relinking /tmp/test/node_modules/.pnpm/nwsapi@2.2.0/node_modules/nwsapi from the store
Relinking /tmp/test/node_modules/.pnpm/xmlchars@2.2.0/node_modules/xmlchars from the store
Relinking /tmp/test/node_modules/.pnpm/saxes@5.0.1/node_modules/saxes from the store
Relinking /tmp/test/node_modules/.pnpm/psl@1.8.0/node_modules/psl from the store
Relinking /tmp/test/node_modules/.pnpm/symbol-tree@3.2.4/node_modules/symbol-tree from the store
Relinking /tmp/test/node_modules/.pnpm/tough-cookie@4.0.0/node_modules/tough-cookie from the store
Relinking /tmp/test/node_modules/.pnpm/universalify@0.1.2/node_modules/universalify from the store
Relinking /tmp/test/node_modules/.pnpm/w3c-hr-time@1.0.2/node_modules/w3c-hr-time from the store
Relinking /tmp/test/node_modules/.pnpm/w3c-xmlserializer@2.0.0/node_modules/w3c-xmlserializer from the store
Relinking /tmp/test/node_modules/.pnpm/browser-process-hrtime@1.0.0/node_modules/browser-process-hrtime from the store
Relinking /tmp/test/node_modules/.pnpm/ws@7.5.7/node_modules/ws from the store
Relinking /tmp/test/node_modules/.pnpm/xml-name-validator@3.0.0/node_modules/xml-name-validator from the store
Relinking /tmp/test/node_modules/.pnpm/jest-runner@27.5.1/node_modules/jest-runner from the store
Relinking /tmp/test/node_modules/.pnpm/jest-environment-node@27.5.1/node_modules/jest-environment-node from the store
Relinking /tmp/test/node_modules/.pnpm/jest-jasmine2@27.5.1/node_modules/jest-jasmine2 from the store
Relinking /tmp/test/node_modules/.pnpm/jest-docblock@27.5.1/node_modules/jest-docblock from the store
Relinking /tmp/test/node_modules/.pnpm/detect-newline@3.1.0/node_modules/detect-newline from the store
Relinking /tmp/test/node_modules/.pnpm/jest-leak-detector@27.5.1/node_modules/jest-leak-detector from the store
Relinking /tmp/test/node_modules/.pnpm/parse-json@5.2.0/node_modules/parse-json from the store
Relinking /tmp/test/node_modules/.pnpm/source-map-support@0.5.21/node_modules/source-map-support from the store
Relinking /tmp/test/node_modules/.pnpm/buffer-from@1.1.2/node_modules/buffer-from from the store
Relinking /tmp/test/node_modules/.pnpm/is-arrayish@0.2.1/node_modules/is-arrayish from the store
Relinking /tmp/test/node_modules/.pnpm/error-ex@1.3.2/node_modules/error-ex from the store
Relinking /tmp/test/node_modules/.pnpm/json-parse-even-better-errors@2.3.1/node_modules/json-parse-even-better-errors from the store
Relinking /tmp/test/node_modules/.pnpm/strip-json-comments@3.1.1/node_modules/strip-json-comments from the store
Relinking /tmp/test/node_modules/.pnpm/lines-and-columns@1.2.4/node_modules/lines-and-columns from the store
Relinking /tmp/test/node_modules/.pnpm/jest-watcher@27.5.1/node_modules/jest-watcher from the store
Relinking /tmp/test/node_modules/.pnpm/rimraf@3.0.2/node_modules/rimraf from the store
Relinking /tmp/test/node_modules/.pnpm/jest-resolve-dependencies@27.5.1/node_modules/jest-resolve-dependencies from the store
Relinking /tmp/test/node_modules/.pnpm/import-local@3.1.0/node_modules/import-local from the store
Relinking /tmp/test/node_modules/.pnpm/jest-cli@27.5.1/node_modules/jest-cli from the store
Relinking /tmp/test/node_modules/.pnpm/pkg-dir@4.2.0/node_modules/pkg-dir from the store
Relinking /tmp/test/node_modules/.pnpm/resolve-cwd@3.0.0/node_modules/resolve-cwd from the store
Relinking /tmp/test/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts from the store
Relinking /tmp/test/node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi from the store
Relinking /tmp/test/node_modules/.pnpm/yargs@16.2.0/node_modules/yargs from the store
Relinking /tmp/test/node_modules/.pnpm/kleur@3.0.3/node_modules/kleur from the store
Relinking /tmp/test/node_modules/.pnpm/cliui@7.0.4/node_modules/cliui from the store
Relinking /tmp/test/node_modules/.pnpm/string-width@4.2.3/node_modules/string-width from the store
Relinking /tmp/test/node_modules/.pnpm/wrap-ansi@7.0.0/node_modules/wrap-ansi from the store
Relinking /tmp/test/node_modules/.pnpm/is-fullwidth-code-point@3.0.0/node_modules/is-fullwidth-code-point from the store
Relinking /tmp/test/node_modules/.pnpm/emoji-regex@8.0.0/node_modules/emoji-regex from the store
Relinking /tmp/test/node_modules/.pnpm/get-caller-file@2.0.5/node_modules/get-caller-file from the store
Relinking /tmp/test/node_modules/.pnpm/require-directory@2.1.1/node_modules/require-directory from the store
Relinking /tmp/test/node_modules/.pnpm/y18n@5.0.8/node_modules/y18n from the store
Relinking /tmp/test/node_modules/.pnpm/yargs-parser@20.2.9/node_modules/yargs-parser from the store

dependencies:
+ jest 27.5.1

Progress: resolved 332, reused 332, downloaded 0, added 332, done

Additional information:

  • node -v prints: v16.13.2
  • Windows, macOS, or Linux?: Linux
@zkochan zkochan self-assigned this Feb 9, 2022
@zkochan
Copy link
Member

zkochan commented Feb 9, 2022

I'll look into it. This was caused by #4304

Installation works correctly. The only issue is that these info messages should not be printed in this case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants