NPM public registry blocked for ServiceNow IDE - possible to configure custom registry URL?

Chris Yang
Tera Sage

Hello,

 

My company blocks the public NPM registry (registry dot npmjs dot org) for security reasons.

This prevents us from downloading packages through the IDE.

 

We have our own package registry setup via jfrog, is it possible to configure the registry endpoint to use? (Of course, we'll take ownership of scanning @Servicenow/* packages and making them available to make the IDE work).

 

Another option is have NPM packages downloaded from IDE server side without the client needing to interact with the public npm registry, similar to Firebase Studio.

 

Thanks in advance!

5 REPLIES 5

EdwinCoronado
ServiceNow Employee
ServiceNow Employee

Hi @EdwinCoronado , thanks for pointing me in the right direction. I there a proxy needs to be setup as well since it's the repository is not publicly visible.

Hey Chris! were you able to give this a try?

It's a lengthy process to get a new piece of infra stood up for this POC, will update when I eventually get a chance to ry.