Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2022-09-08 19:51:08 +0300
committerGitHub <noreply@github.com>2022-09-08 19:51:08 +0300
commit2a8c2fcd124ce7d4b23a6c26552d097c6501ac74 (patch)
treed4d6608c1b6b2dd5527ab7858c296a8cd31fecc5 /smoke-tests
parent2e9280072f9852466fa0944d3a0fdb0c8af156a9 (diff)
feat: default `install-links` to true (#5458)
BREAKING CHANGE: this changes the default value of `install-links` to true Closes https://github.com/npm/statusboard/issues/510
Diffstat (limited to 'smoke-tests')
-rw-r--r--smoke-tests/tap-snapshots/test/index.js.test.cjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoke-tests/tap-snapshots/test/index.js.test.cjs b/smoke-tests/tap-snapshots/test/index.js.test.cjs
index 6b0b7b394..f7e49ed91 100644
--- a/smoke-tests/tap-snapshots/test/index.js.test.cjs
+++ b/smoke-tests/tap-snapshots/test/index.js.test.cjs
@@ -61,7 +61,7 @@ npm ERR! [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
npm ERR! [--strict-peer-deps] [--no-package-lock] [--foreground-scripts]
npm ERR! [--ignore-scripts] [--no-audit] [--no-bin-links] [--no-fund] [--dry-run]
npm ERR! [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
-npm ERR! [-ws|--workspaces] [--include-workspace-root] [--install-links]
+npm ERR! [-ws|--workspaces] [--include-workspace-root] [--no-install-links]
npm ERR!
npm ERR! aliases: clean-install, ic, install-clean, isntall-clean
npm ERR!