简体   繁体   中英

How to install Appium in ubuntu 16.04LTS

I am very new to ubuntu, I am trying to install appium in ubuntu 16.04, I use these command to install appium in ubuntu, but installation is failed.

brew install node  
npm install -g appium

brew is a package manager for macOSX. On ubuntu you have to use apt

sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm
npm install -g appium

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM