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
Error: electron-playwright-helpers tried to access electron, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound.
Required package: electron
yarn install failed with above error
Error when used with yarn berry pnp workspace.
It seems like an error that occurs because electron is written in devdependencies, not dependencies.
yarn install failed with above error
Error when used with yarn berry pnp workspace.
It seems like an error that occurs because electron is written in devdependencies, not dependencies.
https://yarnpkg.com/configuration/manifest#devDependencies
Looking at , it seems normal that devDependencies are not installed to the package user.
The text was updated successfully, but these errors were encountered: