Our state of the art Gantt chart


Post by casman.manzano »

tried to download gant angular dependencides, couldn't download even if i followed all the instructions regarding how to login via npm

i used the trial instructions:

using "trial" as the password,
user: user..domain.com
email: user@domain.com

i got a 404 saying @bryntum/gantt@4.1.2. is not in the npm registry along with @bryntum/gant-angular@4.1.2.

pls help thanks


Post by mats »

Did this first?

npm 6

npm config set @bryntum:registry https://npm.bryntum.com
npm login --registry=https://npm.bryntum.com

npm 7+

npm config set @bryntum:registry=https://npm.bryntum.com
npm login --registry=https://npm.bryntum.com

Post Reply