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
The apps/playground-app is currently configured to use pnpm, which is not commonly installed on all developers' machines. It would be better to use npm, as it is a standard package manager that is typically installed by default.
Proposed Solution
Switch from pnpm to npm for managing packages and running scripts in apps/playground-app.
The text was updated successfully, but these errors were encountered:
Problem
The
apps/playground-app
is currently configured to usepnpm
, which is not commonly installed on all developers' machines. It would be better to usenpm
, as it is a standard package manager that is typically installed by default.Proposed Solution
Switch from
pnpm
tonpm
for managing packages and running scripts inapps/playground-app
.The text was updated successfully, but these errors were encountered: