Our blazing fast Grid component built with pure JavaScript


Post by anders »

Trying to install trial with npm with instructions: https://www.bryntum.com/docs/scheduler/#guides/npm-repository.md#installing-trial-packages
When i run npm install @bryntum/scheduler@npm:@bryntum/scheduler-trial in my angular project i get: npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@bryntum%2fscheduler - Not found
npm ERR! 404
npm ERR! 404 '@bryntum/scheduler@latest' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.


Post by saki »

The error message above states that you're trying to install packages from npms.org registry. That means that the first steps from https://www.bryntum.com/docs/scheduler/guide/Scheduler/npm-repository#repository-access have not been done or failed.

Follow the guide from the beginning please, skip only section 8 https://www.bryntum.com/docs/scheduler/guide/Scheduler/npm-repository#installing-packages and proceed to section 9 https://www.bryntum.com/docs/scheduler/guide/Scheduler/npm-repository#installing-trial-packages


Post Reply