无法安装 PhoneGap macOS(桌面应用程序)
Unable to Install PhoneGap macOS (Desktop App)
我下载了8.9.4 LTS Node.js for macOS (x64)
。
然后我去了:http://docs.phonegap.com/getting-started/1-install-phonegap/desktop/
并按照说明进行操作。
我刚刚将 PhoneGap 拖到我的应用程序文件夹中,当我尝试打开该应用程序时,弹出:
图像中最重要的细节似乎是:
Error: EACCES: permission denied, open '/Users/bruce/.config/configstore/insight-phonegap.json' You don't have access to this file." Any help with solving this would be greatly appreciated! (same thing happened when I tried to use the CLI)
这是用户权限问题。
用户其他有权限写入.config/configstore/
文件夹的用户(如root)可以解决问题
我下载了8.9.4 LTS Node.js for macOS (x64)
。
然后我去了:http://docs.phonegap.com/getting-started/1-install-phonegap/desktop/
并按照说明进行操作。
我刚刚将 PhoneGap 拖到我的应用程序文件夹中,当我尝试打开该应用程序时,弹出:
图像中最重要的细节似乎是:
Error: EACCES: permission denied, open '/Users/bruce/.config/configstore/insight-phonegap.json' You don't have access to this file." Any help with solving this would be greatly appreciated! (same thing happened when I tried to use the CLI)
这是用户权限问题。
用户其他有权限写入.config/configstore/
文件夹的用户(如root)可以解决问题