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
pnpmStorePath=execSync("pnpm store path",{encoding: "utf8"});
currently takes a very naive approach to check if pnpm is installed
if on windows and theres multiple drives, and the store is on a different drive and an alias has been added to the pnpm path on the other drive then this will fail
The text was updated successfully, but these errors were encountered:
cospace/cli/index.ts
Line 56 in 09f376e
currently takes a very naive approach to check if pnpm is installed
if on windows and theres multiple drives, and the store is on a different drive and an alias has been added to the pnpm path on the other drive then this will fail
The text was updated successfully, but these errors were encountered: