fix: gateway install uses Gitea registry instead of npmjs (#373)
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline failed

This commit was merged in pull request #373.
This commit is contained in:
2026-04-04 18:59:40 +00:00
parent 982a0e8f83
commit 7560c7dee7
4 changed files with 13 additions and 21 deletions

View File

@@ -142,7 +142,7 @@ async function doInstall(rl: ReturnType<typeof createInterface>, opts: InstallOp
entryPoint = resolveGatewayEntry();
} catch {
console.error('Error: Gateway package not found after install.');
console.error('Check that @mosaicstack/gateway installed correctly.');
console.error('Check that @mosaic/gateway installed correctly.');
return;
}