mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-10 22:20:14 +00:00
fix(cli): respect registry compatibility metadata (#1251)
This commit is contained in:
@@ -115,6 +115,9 @@ export default defineCommand({
|
||||
skipClipboard: false,
|
||||
});
|
||||
|
||||
for (const warning of result.warnings) {
|
||||
console.warn(c.warn(`Warning: ${warning}`));
|
||||
}
|
||||
console.log("");
|
||||
console.log(`${c.success("✓")} Installed ${c.accent(result.name)} (${result.type})`);
|
||||
for (const file of result.written) {
|
||||
|
||||
Reference in New Issue
Block a user