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