wdio
wdio copied to clipboard
How to pull old version of the image?
After the latest release, getting the following error on installing packages
While resolving: npm ERR! Found: [email protected] npm ERR! node_modules/webdriverio npm ERR! webdriverio@"^6.1.9" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer webdriverio@"^4.0.7" from [email protected] npm ERR! node_modules/wdio-screenshot npm ERR! dev wdio-screenshot@"^0.6.0" from the root project
the old version of the image is not present in dockerhub. how can i pull the old version of this image? Thank you