Mac install issue #11
-
Hi, I trying to use evaluators on MacOS/Terminal and I still stuck in installation playwright, I am not able to run it? × browserType.launch: Executable doesn't exist at /Users/pz/Library/Caches/ms-playwright/chromium-1091/chrome-mac/Chromium.app/Contents/MacOS/Chromium |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
The issue should be resolved with Evaluatory
|
Beta Was this translation helpful? Give feedback.
The issue should be resolved with the latest release
4.1.0
. I've added the browsers as dependencies as documented here.Somehow my
npx evaluatory@4.1.0 URL
didn't work immediately. I've cleared the~/.npm/_npx
folder and re-installed the package globally vianpm install -g evaluatory@4.1.0
. Now bothevaluatory URL
andnpx evaluatory URL
work as expected on macOS.Let me know if the issue persist for you (even after clearing the
_npx
folder).NOTE: I did not have to run
npx playwright install
.