@bryntum/gantt
Version:
@bryntum/gantt installation support
10 lines (7 loc) • 402 B
JavaScript
;
console.error(`
Bryntum package installation ERROR!
"@bryntum/gantt" is a part of the private Bryntum registry and is NOT INTENDED to be installed from the public https://registry.npmjs.org registry.
Please refer to the https://bryntum.com/products/gantt/docs/guide/Gantt/npm-repository guide for information on configuring "npm" for Bryntum package installation.
`);
process.exit(1);