We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b90b4 commit c09c5a9Copy full SHA for c09c5a9
2 files changed
packages/cli/snap-tests-global/npm-global-uninstall-shared-bin-name/.node-version
@@ -0,0 +1 @@
1
+24.14.1
packages/cli/snap-tests-global/npm-global-uninstall-shared-bin-name/snap.txt
@@ -13,7 +13,7 @@ link exists
13
"name": "npm-global-shared-cli",
14
"package": "npm-global-shared-pkg-a",
15
"version": "",
16
- "nodeVersion": "24.14.0",
+ "nodeVersion": "24.14.1",
17
"source": "npm"
18
}
19
> npm install -g --force ./pkg-b # Install pkg-b with force (overwrites npm-global-shared-cli)
@@ -30,7 +30,7 @@ link exists
30
31
"package": "npm-global-shared-pkg-b",
32
33
34
35
36
> npm-global-shared-cli # Should print pkg-b message (latest installed)
0 commit comments