Not upgrading postman, the latest version is already install

Hi There,
I am trying to install postman in mac (os 14.0 (23A344)) but getting latest version already install however when I am trying to locate postman in app or folders its not showing anywhere. Can someone please help me with fix?
Below are terminal logs
Jagdishsgaikwad@JagdishMackbook ~ % brew install --cask postman
==> Downloading https://formulae.brew.sh/api/cask.jws.json
*##O#- # *
Warning: Not upgrading postman, the latest version is already installed
jagdishsgaikwad@JagdishMackbook ~ % where postman
postman not found

Note: Prev I downloaded postman from Download Postman | Get Started for Free and deleted later.

As far as I know, Postman does not maintain Homebrew formulae.

Checking here https://github.com/Homebrew/homebrew-cask/blob/master/Casks/p/postman.rb the Postman version was updated to 10.18.10 on homebrew.

And I do not think where postman will list the Postman install.
Run the following commands to check if Postman is installed

ls /Applications | grep -i postman

You can then open Postman using

open /Applications/Postman.app 

The app name may vary (say Postman 3.app etc), so make sure to use the right name in the command.

Any particular reason you are not using the direct install from Download Postman | Get Started for Free ?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.