How can I install and set a private node registry on HyperExecute?

How can I install and set a private node registry on HyperExecute?

Hi Tim,

You can install and set a private node by adding the following command in the preDirectives section of the HyperExecute YAML file.

preDirectives:
commands:
- npm config set registry <artifactory_URL>

Note: Replace the placeholder value <artifactory_URL> with the link to your private node registry.