NPM public registry blocked for ServiceNow IDE - possible to configure custom registry URL?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2025 08:30 AM - edited 05-14-2025 08:30 AM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2025 09:52 AM
Hello Chris, can you give this a try?: https://www.servicenow.com/docs/bundle/yokohama-application-development/page/build/servicenow-ide/ta...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2025 03:57 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 08:33 AM
Hey Chris! were you able to give this a try?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 03:05 PM
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.