@pnpm/default-reporter 11.0.16 → 11.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/reportError.js +1 -1
- package/package.json +6 -6
package/lib/reportError.js
CHANGED
|
@@ -111,7 +111,7 @@ pnpm now wants to use the store at "${msg.actualStorePath}" to link dependencies
|
|
|
111
111
|
|
|
112
112
|
If you want to use the new store location, reinstall your dependencies with "pnpm install".
|
|
113
113
|
|
|
114
|
-
You may change the global store location by running "pnpm config set store-dir <dir>".
|
|
114
|
+
You may change the global store location by running "pnpm config set store-dir <dir> --global".
|
|
115
115
|
(This error may happen if the node_modules was installed with a different major version of pnpm)`,
|
|
116
116
|
};
|
|
117
117
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/default-reporter",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.18",
|
|
4
4
|
"description": "The default reporter of pnpm",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"stacktracey": "^2.1.8",
|
|
38
38
|
"string-length": "^4.0.2",
|
|
39
39
|
"strip-ansi": "^6.0.1",
|
|
40
|
-
"@pnpm/config": "16.
|
|
41
|
-
"@pnpm/core-loggers": "8.0.
|
|
40
|
+
"@pnpm/config": "16.2.0",
|
|
41
|
+
"@pnpm/core-loggers": "8.0.3",
|
|
42
42
|
"@pnpm/error": "4.0.0",
|
|
43
|
-
"@pnpm/render-peer-issues": "3.0.
|
|
44
|
-
"@pnpm/types": "8.
|
|
43
|
+
"@pnpm/render-peer-issues": "3.0.3",
|
|
44
|
+
"@pnpm/types": "8.10.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/normalize-path": "^3.0.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"ghooks": "2.0.4",
|
|
51
51
|
"load-json-file": "^6.2.0",
|
|
52
52
|
"normalize-newline": "3.0.0",
|
|
53
|
-
"@pnpm/default-reporter": "11.0.
|
|
53
|
+
"@pnpm/default-reporter": "11.0.18"
|
|
54
54
|
},
|
|
55
55
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/cli/default-reporter#readme",
|
|
56
56
|
"funding": "https://opencollective.com/pnpm",
|