错误如下 Postman doesn’t have the required permissions to install Node.js and other dependencies 找了半天,没找到根本问题,官方文档也没有提供有效的解决方案 最后外面看了一圈,还是github上的issue找到了解决方案: https://github.com/postmanlabs/postman-docs/issues/2288
简单来说就是: 因为有个目录没有默认建立,所以无法下载相关的东西 解决方法也很简单 MacOS: mkdir ~/Library/Application Support/Google/Chrome/NativeMessagingHosts chmod +wx ~/Library/Application Support/Google/Chrome/NativeMessagingHosts