You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On local development, running npm run dev on macOs will prompt for sudo password.
Would be nice to document this in README.md to be expected, from what I can tell, this is playwright attempt to install test browsers.
As for playwright requiring sudo to install on macOS seems wrong to me, potentially could be abused by supply chain attacks. Might make sense to pin version and upgrade manually.
The text was updated successfully, but these errors were encountered:
@foltra I don't see this myself - are you sure of your permissions/ownership of the parent directory that you are cloning the git repo into? On my mac I have the repo cloned into a projects/workstand directory under my user home folder, and don't have the same sudo requirements.
On local development, running
npm run dev
on macOs will prompt for sudo password.Would be nice to document this in
README.md
to be expected, from what I can tell, this is playwright attempt to install test browsers.As for playwright requiring sudo to install on macOS seems wrong to me, potentially could be abused by supply chain attacks. Might make sense to pin version and upgrade manually.
The text was updated successfully, but these errors were encountered: