Khi mình running command trong Dockerfile.
npm install -g appium
Nếu bạn làm gặp lỗi như bên dưới.
Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/appium/node_modules/appium-chromedriver/xxxx'
Reference links:
https://github.com/appium/appium/issues/10020
Mình tìm được command này:sudo npm install -g appium --unsafe-perm=true --allow-root