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
When installing loupe during a GitHub Actions workflow, this seems to intermittently cause installation errors. I've re-run several workflows, several times, to workaround this.
Expected behavior
Playwright should be not be installed unless defined in my package dependencies.
Current behavior
The
postinstall
script installsplaywright
usingnpx
.When installing
loupe
during a GitHub Actions workflow, this seems to intermittently cause installation errors. I've re-run several workflows, several times, to workaround this.Expected behavior
Playwright should be not be installed unless defined in my package dependencies.
Possible solutions
playwright
todevDependencies
postinstall
scriptEnvironment
The text was updated successfully, but these errors were encountered: