我在Mac OSX上安装Appium时遇到问题。
brew uninstall node
brew install node
警告:安装后步骤未成功完成 您可以使用brew postinstall节点再次尝试
brew postinstall node
Error: Permission denied - /usr/local/lib/node_modules/npm
我应该在这里使用“SUDO”吗?
sudo brew postinstall node
最好的问候, 科科
答案 0 :(得分:3)
基于this forum,如果向下滚动到底部......步骤应为:
brew uninstall node
sudo rm -r /usr/local/lib/node_modules/
rm -r /Users/username/.npm/ # replace username with your user
brew install node
答案 1 :(得分:0)
安装Node.js
使用“sudo chown -R whoami
〜/ .npm”
使用安装appium “npm install -g appium”