
I am not very familiar with node.
@ariesZhou Can you try installing taiko without using the sudo command?
It will prompt that there is no permission.
I was already install success by this :
sudo env TAIKO_SKIP... true npm install -g taiko
,but I don't know set the browser path in which config.
@ariesZhou When you are using installing taiko globally with sudo, you have to pass --unsafe-perm to npm.
Can you please try running sudo npm install-test -g taiko --unsafe-perm and see if it helps?
@ariesZhou When you are using installing taiko globally with
sudo, you have to pass--unsafe-permto npm.
Can you please try runningsudo npm install-test -g taiko --unsafe-permand see if it helps?
superb~! it ok , tks.
Most helpful comment
@ariesZhou Can you try installing taiko without using the sudo command?