Replies: 1 comment 1 reply
-
I found the solution:
Just need to change openBrowser to
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Ubuntu 18.04.2 machine. npm version 6.14.12
successfully instaled node:
apt update && apt install ca-certificates
apt install -y curl sudo
curl -sL https://deb.nodesource.com/setup_12.x | sudo bash -
apt install nodejs -y
but
npx taiko
failed with output:This is the relevant part from the log file:
Thanks
Beta Was this translation helpful? Give feedback.
All reactions