@j.taala still the same after I update to 9.19.0 and system to latest. Here's the full error log when I launch postman
from command line:
% postman !10981
The disableGPU setting is set to undefined
Not disabling GPU
(postman:3624): Gtk-WARNING **: 12:02:09.245: Theme parsing error: gtk-contained-dark.css:2871:228: Missing closing bracket for :not()
Main~createDefaultWorkingDir - Default working dir creation already attempted
1653332529440 main info "Booting Postman 9.19.0, linux-5.17.9-arch1-1 on x64"
1653332529441 main info "EventBus~initialize - Success"
1653332529443 main info "Proxy configuration has not been setup"
1653332529444 main info "CloudProxyManager~init - Success"
1653332529449 main info "UpdateHandler~init - Success"
1653332529451 main info "LeaderSelection: Initialized successfully"
1653332529451 main info "VersionDependencyService: Initialized successfully"
1653332529458 main info "LinuxAutoUpdater~Cleanup - Initial cleanup successful"
1653332529469 main info "GPU detected VID 4318 DID 7687 ACTIVE true"
1653332529469 main info "GPU detected VID 32902 DID 16024 ACTIVE false"
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './v4' is not defined by "exports" in /opt/postman/app/resources/app/node_modules/postman-runtime/node_modules/uuid/package.json
at new NodeError (node:internal/errors:370:5)
at throwExportsNotFound (node:internal/modules/esm/resolve:335:9)
at packageExportsResolve (node:internal/modules/esm/resolve:560:3)
at resolveExports (node:internal/modules/cjs/loader:483:36)
at Function.Module._findPath (node:internal/modules/cjs/loader:523:31)
at Module._resolveFilename (node:internal/modules/cjs/loader:920:27)
at Function.n._resolveFilename (node:electron/js2c/browser_init:249:1128)
at Module._load (node:internal/modules/cjs/loader:779:27)
at Function.c._load (node:electron/js2c/asar_bundle:5:13331)
at Function._load (/opt/postman/app/resources/app/node_modules/@sentry/node/dist/integrations/console.js:41:47)
1653332530066 main error "Main~handleUncaughtError - Uncaught errors",{"code":"ERR_PACKAGE_PATH_NOT_EXPORTED","name":"Error","message":"Package subpath './v4' is not defined by \"exports\" in /opt/postman/app/resources/app/node_modules/postman-runtime/node_modules/uuid/package.json","stack":"Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './v4' is not defined by \"exports\" in /opt/postman/app/resources/app/node_modules/postman-runtime/node_modules/uuid/package.json\n at new NodeError (node:internal/errors:370:5)\n at throwExportsNotFound (node:internal/modules/esm/resolve:335:9)\n at packageExportsResolve (node:internal/modules/esm/resolve:560:3)\n at resolveExports (node:internal/modules/cjs/loader:483:36)\n at Function.Module._findPath (node:internal/modules/cjs/loader:523:31)\n at Module._resolveFilename (node:internal/modules/cjs/loader:920:27)\n at Function.n._resolveFilename (node:electron/js2c/browser_init:249:1128)\n at Module._load (node:internal/modules/cjs/loader:779:27)\n at Function.c._load (node:electron/js2c/asar_bundle:5:13331)\n at Function._load (/opt/postman/app/resources/app/node_modules/@sentry/node/dist/integrations/console.js:41:47)"}
Main~handleUncaughtError - Uncaught errors Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './v4' is not defined by "exports" in /opt/postman/app/resources/app/node_modules/postman-runtime/node_modules/uuid/package.json
at new NodeError (node:internal/errors:370:5)
at throwExportsNotFound (node:internal/modules/esm/resolve:335:9)
at packageExportsResolve (node:internal/modules/esm/resolve:560:3)
at resolveExports (node:internal/modules/cjs/loader:483:36)
at Function.Module._findPath (node:internal/modules/cjs/loader:523:31)
at Module._resolveFilename (node:internal/modules/cjs/loader:920:27)
at Function.n._resolveFilename (node:electron/js2c/browser_init:249:1128)
at Module._load (node:internal/modules/cjs/loader:779:27)
at Function.c._load (node:electron/js2c/asar_bundle:5:13331)
at Function._load (/opt/postman/app/resources/app/node_modules/@sentry/node/dist/integrations/console.js:41:47) {
code: 'ERR_PACKAGE_PATH_NOT_EXPORTED'
}
Pinned Comments
j.taala commented on 2021-09-17 09:50 (UTC) (edited on 2021-12-21 22:53 (UTC) by j.taala)
@ntfc I was going to go the other way (update to 9.0.1 instead of reverting back to 8.11.1).
P.S. postman are pretty bad at updating their release notes page (even after a new version is out).
If you want to revert to any previous version you can do so by cloning the aur repo and changing the version in the PKGBUILD file and using makepkg to build it (it will download and install that version for you). E.g.:
Edit the
PKGBUILD
file with whatever editor you like: edit line 4 to bepkgver=8.11.1
or whatever version you like, then save and exit out of the editor and runupdpkgsums
will download the file and update sha for file in PKGBUILD so it will install with makepkg