sudharsan-selvaraj / appium-dashboard-plugin

Appium plugin that provides complete test logs, video recording of test and device logs(logcat and syslogs) for easy debugging.
114 stars 28 forks source link

Installation error of the plugin #84

Closed ravibabu101143 closed 2 years ago

ravibabu101143 commented 2 years ago

I tried to install the plugin but failed. I have attached log. Can you help on this as i want to use it along with device farm. 2022-09-02T14_16_25_384Z-debug-0.log

appium plugin install --source=npm appium-dashboard

sudharsan-selvaraj commented 2 years ago

@ravibabu101143 Installation of sqlite module is causing the issue. Can you try with nodejs version 17 and see if the installation works?

ravibabu101143 commented 2 years ago

Thank you Sudharsan. I upgraded to nodejs to stable version v16.7.0, i guess at least it installed the plugin..

√ Installing 'appium-dashboard' ‼ Plugin "appium-dashboard" has 1 potential problem:

ravibabu101143 commented 2 years ago

After nodejs updation.it is working fine for me. Thanks @sudharsan-selvaraj