Our state of the art Gantt chart


Post by sdunn »

Gantt just started showing a "Trial Expired" message when I have a license and all of my package settings appear to point to the licensed versions.

I can no longer appear to log into the npm.bryntum.com website.

Yarn.lock:

"@bryntum/gantt-lib@1.0.0":
  version "1.0.0"
  resolved "https://npm.bryntum.com/@bryntum%2fgantt-lib/-/gantt-lib-1.0.0.tgz#04248d805d13d784a0ac76efe9c2c90ee7882e0f"
  integrity sha512-rsyrO0IJc/VFwTaoK6/w8ZLDPotPzDXpm6qrGjd/DHUyGzjCinBVcAiHsMoKL3hkfudJ7Kv1aTVM5+UWZx/bjw==

"@bryntum/gantt-vue@5.2.1":
  version "5.2.1"
  resolved "https://npm.bryntum.com/@bryntum%2fgantt-vue/-/gantt-vue-5.2.1.tgz#f219d47de0ab0802eb95e953d73b3ea29dd35f69"
  integrity sha512-maO2yDpr9wLgMiZ5T7ZM0ZJPmdv3VNrZp/aJPl6t/5PD1OXNl0d+8FadhyoH+msFl5YqHG2CONYVAAuEbCeVow==

"@bryntum/gantt@5.2.1":
  version "5.2.1"
  resolved "https://npm.bryntum.com/@bryntum%2fgantt/-/gantt-5.2.1.tgz#9d0caec53d4e6ecd6b0586008547ebb4a76133fb"
  integrity sha512-3rX7dsZe5fU4JOEdwKQYRyht2h+9zS8x1luX73Mcr924B0pG42Wr0EjVimzq85vaUN3/2LnIBGu2vCR0E6MzdQ==
  dependencies:
    "@bryntum/gantt-lib" "1.0.0"
    "dependencies": {
        "@apollo/client": "^3.7.1",
        "@bryntum/gantt": "5.2.1",
        "@bryntum/gantt-vue": "5.2.1",
npm login --registry=https://npm.bryntum.com

is successful with my Bryntum password (the same used to log into this website)


Post by alex.l »

Hi,

I see no problems with your account on our side. Did you replace your trial scripts with licensed one?
Please check this carefully https://bryntum.com/products/gantt/docs/guide/Gantt/npm-repository

All the best,
Alex


Post by sergey.maltsev »

Hi, sdunn!

Please make sure you have logged in with your Bryntum CustomerZone login/password to npm registry.
Check dependency name according to this guide

https://bryntum.com/products/gantt/docs/guide/Gantt/npm-repository#installing-licensed-packages

Then cleanup / and reinstall all

https://bryntum.com/products/gantt/docs/guide/Gantt/npm-repository#troubleshooting


Post Reply