无法在 19.04 中从终端启动 Postman

无法在 19.04 中从终端启动 Postman

我从下载了 Postmanhttps://www.getpostman.com/downloads/并提取了它。但我无法从终端执行它,并且出现 Javascript 错误。有什么想法吗?

ab-ubuntu@sithu:/opt/Postman$ ./Postman
A JavaScript error occurred in the main process
Uncaught Exception:
Error: Cannot find module 'circular-json'
    at Module._resolveFilename (internal/modules/cjs/loader.js:602:15)
    at Function.Module._resolveFilename (/opt/Postman/app/resources/electron.asar/common/reset-search-paths.js:35:12)
    at Function.Module._load (internal/modules/cjs/loader.js:528:25)
    at Module.require (internal/modules/cjs/loader.js:658:17)
    at require (internal/modules/cjs/helpers.js:20:18)
    at Object.<anonymous> (/opt/Postman/app/resources/app/main.js:7:20)
    at Object.<anonymous> (/opt/Postman/app/resources/app/main.js:733:3)
    at Module._compile (internal/modules/cjs/loader.js:711:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:722:10)
    at Module.load (internal/modules/cjs/loader.js:620:32)

相关内容