Appium Installation on OS X - Problem

Dear All,

I have problem with Appium Installation on Mac OSX.

  1. brew uninstall node
  2. brew install node
    Warning: The post-install step did not complete successfully
    You can try again using brew postinstall node
  3. brew postinstall node
    Error: Permission denied - /usr/local/lib/node_modules/npm

Should I use here with “SUDO” sudo brew postinstall node ??

best regards,
koko

@koko how are you trying to?
these are the exact steps [mentioned on appium.io]

brew install node # get node.js
npm install -g appium # get appium
npm install wd # get appium client
appium & # start appium
node your-appium-test.js

So if you already have node then no need to uninstall just go ahead with ‘npm install -g appium’
and if some package not found then just do ‘npm update’