Premium support for our pure JavaScript UI components


Post by dominicdolan »

Hi,

We are in the process of getting our subscription renewed but it looks like it won't be renewed in time.
We would like to know the implications of this. Is the npm install going to start failing or anything like that? Is there a way we could fall back to the trial version temporarily?

Thanks


Post by mats »

You'll still have access to your current version, just no later versions from npm, it won't start failing.


Post by sergey.maltsev »

Hi!

We suggest using exact lib version in package.json.
Something like this:

"dependencies" : {
      "@bryntum/grid": "5.2.9",
}

This will prevent npm from installing newer version which might not be available if you have expired subscription.


Post Reply