mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-30 06:32:24 +00:00
chore(scripts): sweep remaining yarn references to pnpm (post-#886 migration) (#1872)
This commit is contained in:
@@ -349,7 +349,7 @@ try {
|
||||
} catch (err) {
|
||||
fail(`cannot load socket.io-client: ${err.message}`);
|
||||
console.log(
|
||||
`${C.dim} Try: cd app && yarn install${C.reset}`,
|
||||
`${C.dim} Try: cd app && pnpm install${C.reset}`,
|
||||
);
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user