Our powerful JS Calendar component


Post by ashokkumar.b »

I have logged in to registry, but I am not able to download calendar trial module. I was able to download earlier. for some reason I have to delete node modules, Now when I am trying to download again it is throwing error below.

tried: npm install @bryntum/calendar-angular --legacy-peer-deps

error:

403 Forbidden - GET https://npm.bryntum.com/@bryntum%2fcalendar - user ashokkumar.b..amtexsystems.com is not allowed to access package @bryntum/calendar


Post by sergey.maltsev »

Hi!

You have tried to install licensed version which is not accessible for trial login.

Please check this information for trial package installation.
https://www.bryntum.com/docs/calendar/guide/Calendar/npm-repository#installing-trial-packages

It is mandatory to install Calendar package first. Please check guide instructions.

You will have something like this in package.json

"dependencies": {
  "@bryntum/calendar": "npm:@bryntum/calendar-trial@4.3.6",
  "@bryntum/calendar-angular": "4.3.6"
}

Post by ashokkumar.b »

thanks Sergey, you are right!


Post Reply