Get help with testing, discuss unit testing strategies etc.


Post by rafi »

i get this error :

npm ERR! code EPROTO

npm ERR! syscall write

npm ERR! errno EPROTO

npm ERR! request to https://npm.bryntum.com/-/user/org.couchdb.user:arielm..iscar.co.il failed, reason: write EPROTO E4980000:error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:c:\ws\deps\openssl\openssl\ssl\statem\extensions.c:922:

when try to login


Post by marcio »

Hey rafi,

Are you using some kind of proxy to install the package? https://stackoverflow.com/questions/48397126/npm-cant-install-any-package-behind-proxy

That looks like an npm issue, not related to the Bryntum package.

Best regards,
Márcio


Post by rafi »

hi,
thx !!
Now I can login but when i tary to do :
npm install @bryntum/scheduler@5.3.7

i get this error:
npm ERR! code E401
npm ERR! Unable to authenticate, your authentication token seems to be invalid.
npm ERR! To correct this please trying logging in again with:
npm ERR! npm login

thx again
Rafi


Post by tasnim »

Please check this guide https://bryntum.com/products/scheduler/docs/guide/Scheduler/quick-start/javascript-npm#access-to-npm-registry

Please follow the steps to access the npm registry. This should help


Post by rafi »

HI,

I follow the steps and i grt it again ;

C:\php\dev\planner>npm login --auth-type=legacy --registry=https://npm.bryntum.com
npm notice Log in on https://npm.bryntum.com/
Username: arielm..iscar.co.il
Password:
Logged in on https://npm.bryntum.com/.

C:\php\dev\planner>npm install @bryntum/grid@5.3.7
npm ERR! code E401
npm ERR! Unable to authenticate, your authentication token seems to be invalid.
npm ERR! To correct this please trying logging in again with:
npm ERR! npm login

thx
Rafi


Post by alex.l »

Hi Rafi,

Do you have a license? You are about to get access to full version, not trial.
Here is about trial access https://bryntum.com/products/scheduler/docs/guide/Scheduler/npm-repository#trial-user-access

All the best,
Alex


Post by rafi »

Hi,
Yes i have a license.


Post by rafi »

And i log in with license user and password...but cant install scheduler component.


Post by mats »

C:\php\dev\planner>npm install @bryntum/grid@5.3.7

Looks like you're trying to install grid? You only have license for Scheduler Pro currently.


Post by rafi »

hi,
thx !! now it work.
i have a question:
how can i edit the information window (on duble click on event),
remove or add new fields?

thx
Rafi


Post Reply