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-28-2025 05:12 PM
Hey Chris! Have you tried using verdaccio (https://www.npmjs.com/package/verdaccio)? Its a handy local proxy we have used to test this feature. However, if npmjs is still blocked locally (not just on the SN instance), not sure it can subvert the issue entirely.