Postman doesn't have the required permissions to install Node.js and other dependencies

Viewed 1546

When I try to install interceptor to use cookies in postman I get the error that is mentioned in header. OS is linux.

I googled the error description but it is not mentioned anywhere. Any idea would be really helpful.

enter image description here

4 Answers

Well, there is not any answer here yet. But I found a workaround that is installing PostmanCanary. I couldn't install interceptor to Postman in Linux but I installed it to PostmanCanary successfully and it works perfect.

I had a similar problem, though I got the error code CHROME_NOT_INSTALLED as well. The solution was too simple: I had Chromium installed, not Chrome.

Make sure you have the following in the environment variable PATH: C:\Program Files\Nodejs\

I have face same issue before, and later it got fixed.

Related