@bryntum/calendar
Version:
Bryntum Calendar placeholder package
42 lines (39 loc) • 6.42 kB
JavaScript
'use strict';
console.error(`
╔════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗
║ WARNING!!! ║
║ Bryntum Calendar Package Installation Error ║
╠════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╣
║ ║
║ This is a placeholder for the licensed package version ║
║ hosted on the private Bryntum registry. ║
║ ║
╠════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╣
║ USING TRIAL EVALUATION VERSION ║
╠════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╣
║ ║
║ Install @bryntum/calendar-trial from public npm registry. ║
║ ║
║ See public repository access guide: ║
║ https://bryntum.com/products/calendar/docs/guide/Calendar/npm/repository/public-repository-access ║
║ ║
║ Install using these instructions: ║
║ https://bryntum.com/products/calendar/docs/guide/Calendar/npm/repository/installation#installing-trial-packages ║
║ ║
╠════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╣
║ USING LICENSED VERSION ║
╠════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╣
║ ║
║ Install @bryntum/calendar from private Bryntum registry. ║
║ ║
║ See private repository access guide: ║
║ https://bryntum.com/products/calendar/docs/guide/Calendar/npm/repository/private-repository-access ║
║ ║
║ Install using these instructions: ║
║ https://bryntum.com/products/calendar/docs/guide/Calendar/npm/repository/installation#installing-licensed-packages ║
║ ║
╠════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╣
║ Copyright © 2009-2026, Bryntum. All rights reserved. ║
╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
`);
process.exit(1);