Ich habe Postman für Linux (von https://www.getpostman.com/apps ) heruntergeladen , die .tar.gz-Datei entpackt ~/bin/postman
und dann versucht, sie auszuführen ~/bin/postman/Postman/Postman
. Leider ergab sich folgender Fehler:
A JavaScript error occurred in the main process
Uncaught Exception:
Error: Cannot find module 'glob'
at Module._resolveFilename (module.js:455:15)
at Function.Module._resolveFilename (/home/imilosavljevic/bin/postman/Postman/resources/electron.asar/common/reset-search-paths.js:35:12)
at Function.Module._load (module.js:403:25)
at Module.require (module.js:483:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/home/imilosavljevic/bin/postman/Postman/resources/app/node_modules/electron-json-storage/node_modules/rimraf/rimraf.js:7:12)
at Module._compile (module.js:556:32)
at Object.Module._extensions..js (module.js:565:10)
at Module.load (module.js:473:32)
at tryModuleLoad (module.js:432:12)
Gibt es eine andere Möglichkeit, Postman unter Ubuntu zu installieren / zu starten?