Discuss anything related to web development but no technical support questions


Post by charlene »

Hi,

My team mate (9veerachandra_s) trial version has expired. He gotten the licensed user access and done the following:

  1. Login to npm registry as licensed user
  2. Update package json @bryntum/schedulerpro from "schedulerpro-trial" to "schedulerpro"
  3. Reinstalled the packages
    Bryntum Issue.png
    Bryntum Issue.png (86.73 KiB) Viewed 1485 times

However, when running the application, he is still facing "Trial expired, click here to buy a license" error.
Please advise how to resolve this error.

Bryntum Issue 2.png
Bryntum Issue 2.png (64.3 KiB) Viewed 1485 times

Thanks.


Post by sergey.maltsev »

Hi!

Please make sure that you have reinstalled application fully and not using previously installed trial packages.

When you remove npm alias for trial package in package.json, then you have to remove node_modules and package-lock.json and reinstall because it is another package code with the same name.

I suggest doing this
https://bryntum.com/products/schedulerpro/docs/guide/SchedulerPro/npm-repository#project-cleanup


Post by charlene »

It works now, Thanks!


Post Reply