Our blazing fast Grid component built with pure JavaScript


Post by jhill@achieveit.com »

I tried deleting the yarn.lock file and re-running "yarn install". This error message I received seems to further indicate the npm registry is being hit.

error Couldn't find package "@bryntum/gantt-lib@1.0.0" required by "@bryntum/gantt@file:./src/lib/bryntum/bryntum-gantt-5.6.5.tgz" on the "npm" registry.

I even added "@bryntum/gantt-lib": "file:./src/lib/bryntum/bryntum-gantt-lib-1.0.0.tgz" to my package.json but that didn't make a difference.


Post by sergey.maltsev »

Hi!

Please also add

"@bryntum/gantt-trial-lib": "file:./src/lib/bryntum/bryntum-gantt-trial-lib-5.6.5.tgz"

or

"@bryntum/gantt-lib": "file:./src/lib/bryntum/bryntum-gantt-lib-5.6.5.tgz"

Before all packages.
Name depends on what you have installed


Post by jhill@achieveit.com »

That fixed it. Thanks for your help. Should the offline packages documentation be updated to include the @bryntum/gantt-lib line?


Post by sergey.maltsev »

Hi!

Yes. It will be updated with the next version.


Post Reply