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'