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
Currently the repo uses both npm and pnpm, and also invites the contributors to use their preferred one.
This is not common and can lead to various issues.
As the CI uses pnpm and pnpm is much faster than npm, I would recommend using pnpm only and remove completely npm mentions from the repo.
The text was updated successfully, but these errors were encountered:
Currently the repo uses both
npm
andpnpm
, and also invites the contributors to use their preferred one.This is not common and can lead to various issues.
As the CI uses
pnpm
andpnpm
is much faster thannpm
, I would recommend usingpnpm
only and remove completelynpm
mentions from the repo.The text was updated successfully, but these errors were encountered: