postman-cli 1.24.0 → 1.24.1
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/README.md +4 -1
- package/man/postman.1 +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -64,7 +64,10 @@ This package automatically downloads the appropriate binary for your platform:
|
|
|
64
64
|
- Windows (x64)
|
|
65
65
|
|
|
66
66
|
> **Note:** Linux support excludes Alpine Linux distributions due to libc compatibility requirements.
|
|
67
|
-
|
|
67
|
+
|
|
68
|
+
## Troubleshooting Installation
|
|
69
|
+
|
|
70
|
+
The Postman CLI relies on platform-specific binaries distributed as optional dependencies. If you encounter "Binary not found" errors, ensure you're not using `--no-optional` or `--omit=optional` flags during installation, and verify that your `.npmrc` configuration doesn't contain `optional=false`. Installation failures may also occur due to network/registry access issues blocking `@postman/*` scoped packages or when using an unsupported platform architecture.
|
|
68
71
|
|
|
69
72
|
## Resources
|
|
70
73
|
|
package/man/postman.1
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postman-cli",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.1",
|
|
4
4
|
"description": "Official Postman CLI - Command-line companion for API development, testing, and automation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"postman",
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"man/"
|
|
59
59
|
],
|
|
60
60
|
"optionalDependencies": {
|
|
61
|
-
"@postman/pm-bin-macos-arm64": "1.24.
|
|
62
|
-
"@postman/pm-bin-macos-x64": "1.24.
|
|
63
|
-
"@postman/pm-bin-linux-x64": "1.24.
|
|
64
|
-
"@postman/pm-bin-windows-x64": "1.24.
|
|
61
|
+
"@postman/pm-bin-macos-arm64": "1.24.1",
|
|
62
|
+
"@postman/pm-bin-macos-x64": "1.24.1",
|
|
63
|
+
"@postman/pm-bin-linux-x64": "1.24.1",
|
|
64
|
+
"@postman/pm-bin-windows-x64": "1.24.1"
|
|
65
65
|
}
|
|
66
66
|
}
|