Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux
Although I highly recommend using a snap
sudo snap install postman
tar -xzf Postman-linux-x64-5.3.2.tar.gz| # rm -rf $HOME/.gradle/caches/ | |
| cd android && ./gradlew cleanBuildCache && ./gradlew clean | |
| cd .. | |
| cd ios && pod cache clean --all && rm -rf build | |
| cd .. | |
| rm -rf node_modules | |
| npm cache clean --force | |
| npm install | |
| cd ios && pod install |
Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux
Although I highly recommend using a snap
sudo snap install postman
tar -xzf Postman-linux-x64-5.3.2.tar.gz