Dependencies registry for kit-streaming-sample

I’m trying to run the sample of the react component for OpenUSD Configurator available here:
React Component Prerequisites — OpenUSD Product Configurator Guide latest documentation (nvidia.com)

However, when I try to build the node project, I get the below error. From searching I see that this in an internal Nvidia repository. Can I get the public equivalent?

npm ERR! code ENOTFOUND
npm ERR! syscall getaddrinfo
npm ERR! errno ENOTFOUND
npm ERR! network request to https://urm.nvidia.com/artifactory/api/npm/sw-gs-npm/yaml/-/yaml-2.3.4.tgz failed, reason: getaddrinfo ENOTFOUND urm.nvidia.com
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly.  See: 'npm help config'

Let me find out and get back to your shortly.

Ok so we apologize but that sample has just been updated with new code.

Here is the new link with a new code sample. Please let me know if this works out.

https://docs.omniverse.nvidia.com/usd-pcg/latest/index.html

Thanks. I got the sample up and running.

FYI, I got an error during npm install, but I haven’t noticed any effects yet:

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@nvidia/kit-streaming-sample@1.2.0',
npm WARN EBADENGINE   required: { node: '^18.0.0', npm: '^10.0.0' },
npm WARN EBADENGINE   current: { node: 'v20.11.1', npm: '10.2.4' }
npm WARN EBADENGINE }
1 Like

Great, glad to hear !

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.